Final changes for v24.11

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2024-12-09 11:36:25 +10:30
parent 8547cc15c8
commit cb1bd82c86
13 changed files with 18 additions and 18 deletions

View file

@ -1 +1 @@
24.11rc4
24.11

View file

@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [24.11rc4] - 2024-12-02: "The lightning-dev Mailing List"
## [24.11] - 2024-12-09: "The lightning-dev Mailing List"
This release named by Dusty Daemon.
@ -180,7 +180,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
[#7797]: https://github.com/ElementsProject/lightning/pull/7797
[#7892]: https://github.com/ElementsProject/lightning/pull/7892
[#7910]: https://github.com/ElementsProject/lightning/pull/7910
[24.11rc4]: https://github.com/ElementsProject/lightning/releases/tag/v24.11rc4
[24.11]: https://github.com/ElementsProject/lightning/releases/tag/v24.11
## [24.08.2] - 2024-10-18: "Steel Backed-up Channels"

View file

@ -15032,7 +15032,7 @@
"port": 19735
}
],
"version": "v24.11rc4",
"version": "v24.11",
"blockheight": 110,
"network": "regtest",
"fees_collected_msat": 0,

View file

@ -3,7 +3,7 @@ from .plugin import Plugin, monkey_patch, RpcException
from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, GossmapNodeId, LnFeatureBits
from .gossmapstats import GossmapStats
__version__ = "24.11rc4"
__version__ = "24.11"
__all__ = [
"LightningRpc",

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-client"
version = "24.11rc4"
version = "24.11"
description = "Client library and plugin library for Core Lightning"
authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "BSD-MIT"

View file

@ -4,7 +4,7 @@ from .invoice import Invoice
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
from .wire import LightningConnection, LightningServerSocket
__version__ = "24.11rc4"
__version__ = "24.11"
__all__ = [
"Invoice",

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-proto"
version = "24.11rc4"
version = "24.11"
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "BSD-MIT"

View file

@ -1,4 +1,4 @@
__version__ = "24.11rc4"
__version__ = "24.11"
__all__ = [
"__version__",

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-testing"
version = "24.11rc4"
version = "24.11"
description = "Test your Core Lightning integration, plugins or whatever you want"
authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "BSD-MIT"

View file

@ -410,7 +410,7 @@
"port": 19735
}
],
"version": "v24.11rc4",
"version": "v24.11",
"blockheight": 110,
"network": "regtest",
"fees_collected_msat": 0,

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "clnrest"
version = "24.11rc4"
version = "24.11"
description = "Transforms RPC calls into REST APIs"
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "wss-proxy"
version = "24.11rc4"
version = "24.11"
description = "Web secure socket proxy"
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]

10
poetry.lock generated
View file

@ -433,7 +433,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
[[package]]
name = "clnrest"
version = "24.11rc4"
version = "24.11"
description = "Transforms RPC calls into REST APIs"
optional = false
python-versions = "^3.8"
@ -1690,7 +1690,7 @@ files = [
[[package]]
name = "pyln-client"
version = "24.11rc1"
version = "24.11"
description = "Client library and plugin library for Core Lightning"
optional = false
python-versions = "^3.8"
@ -1724,7 +1724,7 @@ url = "contrib/pyln-grpc-proto"
[[package]]
name = "pyln-proto"
version = "24.11rc4"
version = "24.11"
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
optional = false
python-versions = "^3.8"
@ -1744,7 +1744,7 @@ url = "contrib/pyln-proto"
[[package]]
name = "pyln-testing"
version = "24.11rc4"
version = "24.11"
description = "Test your Core Lightning integration, plugins or whatever you want"
optional = false
python-versions = "^3.8"
@ -2289,7 +2289,7 @@ h11 = ">=0.9.0,<1"
[[package]]
name = "wss-proxy"
version = "24.11rc4"
version = "24.11"
description = "Web secure socket proxy"
optional = false
python-versions = "^3.8"