Skip to content

Commit 5e42f46

Browse files
committedFeb 28, 2024
release: Bump pyln package versions
1 parent 4b397e5 commit 5e42f46

File tree

8 files changed

+17
-15
lines changed

8 files changed

+17
-15
lines changed
 

‎contrib/pyln-client/pyln/client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, GossmapNodeId, LnFeatureBits
44
from .gossmapstats import GossmapStats
55

6-
__version__ = "23.11"
6+
__version__ = "24.02"
77

88
__all__ = [
99
"LightningRpc",

‎contrib/pyln-client/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-client"
3-
version = "23.11"
3+
version = "24.02"
44
description = "Client library and plugin library for Core Lightning"
55
authors = ["Christian Decker <decker.christian@gmail.com>"]
66
license = "BSD-MIT"

‎contrib/pyln-proto/pyln/proto/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
55
from .wire import LightningConnection, LightningServerSocket
66

7-
__version__ = "23.11"
7+
__version__ = "24.02"
88

99
__all__ = [
1010
"Invoice",

‎contrib/pyln-proto/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-proto"
3-
version = "23.11"
3+
version = "24.02"
44
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!)."
55
authors = ["Christian Decker <decker.christian@gmail.com>"]
66
license = "BSD-MIT"

‎contrib/pyln-testing/pyln/testing/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "23.11"
1+
__version__ = "24.02"
22

33
__all__ = [
44
"__version__",

‎contrib/pyln-testing/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-testing"
3-
version = "23.11"
3+
version = "24.02"
44
description = "Test your Core Lightning integration, plugins or whatever you want"
55
authors = ["Christian Decker <decker.christian@gmail.com>"]
66
license = "BSD-MIT"

‎plugins/clnrest/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clnrest"
3-
version = "23.11"
3+
version = "24.02"
44
description = "Transforms RPC calls into REST APIs"
55
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]
66

@@ -10,7 +10,7 @@ json5 = "^0.9.14"
1010
flask = "^2.3.3"
1111
flask-restx = "^1.1.0"
1212
gunicorn = "^21.2.0"
13-
pyln-client = "^23.8"
13+
pyln-client = "^24.2"
1414
flask-socketio = "^5.3.6"
1515
gevent = "^23.9.0.post1"
1616
gevent-websocket = "^0.10.1"

‎poetry.lock

+9-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.