mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
Build: update to version 24.11rc1
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
437042057d
commit
034d3c9628
10 changed files with 12 additions and 12 deletions
2
.version
2
.version
|
@ -1 +1 @@
|
|||
24.08.1
|
||||
24.11rc1
|
||||
|
|
|
@ -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.08.2"
|
||||
__version__ = "24.11rc1"
|
||||
|
||||
__all__ = [
|
||||
"LightningRpc",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pyln-client"
|
||||
version = "24.08.2"
|
||||
version = "24.11rc1"
|
||||
description = "Client library and plugin library for Core Lightning"
|
||||
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
||||
license = "BSD-MIT"
|
||||
|
|
|
@ -4,7 +4,7 @@ from .invoice import Invoice
|
|||
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
|
||||
from .wire import LightningConnection, LightningServerSocket
|
||||
|
||||
__version__ = "24.08.2"
|
||||
__version__ = "24.11rc1"
|
||||
|
||||
__all__ = [
|
||||
"Invoice",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pyln-proto"
|
||||
version = "24.08.2"
|
||||
version = "24.11rc1"
|
||||
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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "24.08.2"
|
||||
__version__ = "24.11rc1"
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pyln-testing"
|
||||
version = "24.08.2"
|
||||
version = "24.11rc1"
|
||||
description = "Test your Core Lightning integration, plugins or whatever you want"
|
||||
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
||||
license = "BSD-MIT"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "clnrest"
|
||||
version = "24.08.2"
|
||||
version = "24.11rc1"
|
||||
description = "Transforms RPC calls into REST APIs"
|
||||
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "wss-proxy"
|
||||
version = "24.08.2"
|
||||
version = "24.11rc1"
|
||||
description = "Web secure socket proxy"
|
||||
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]
|
||||
|
||||
|
|
6
poetry.lock
generated
6
poetry.lock
generated
|
@ -433,7 +433,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|||
|
||||
[[package]]
|
||||
name = "clnrest"
|
||||
version = "24.08.2"
|
||||
version = "24.11rc1"
|
||||
description = "Transforms RPC calls into REST APIs"
|
||||
optional = false
|
||||
python-versions = "^3.8"
|
||||
|
@ -1724,7 +1724,7 @@ url = "contrib/pyln-grpc-proto"
|
|||
|
||||
[[package]]
|
||||
name = "pyln-proto"
|
||||
version = "24.08.2"
|
||||
version = "24.11rc1"
|
||||
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.08.2"
|
||||
version = "24.11rc1"
|
||||
description = "Test your Core Lightning integration, plugins or whatever you want"
|
||||
optional = false
|
||||
python-versions = "^3.8"
|
||||
|
|
Loading…
Add table
Reference in a new issue