Skip to content

Commit 33375e5

Browse files
committed
pyln-client: make point release to prepare for next release.
People running master notice that calling listconfigs fails, because we don't handle objects called xxx_msat correctly (see d348554). This makes it painful to test, until we release a pyln-client version. Fortunately, the three changes in master are all fully backwards compatible, so we can simply cut a release now and upload to pipy.org. Signed-off-by: Rusty Russell <[email protected]>
1 parent 06dd931 commit 33375e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.05"
6+
__version__ = "23.05.2"
77

88
__all__ = [
99
"LightningRpc",

contrib/pyln-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyln-client"
3-
version = "23.05"
3+
version = "23.05.2"
44
description = "Client library and plugin library for Core Lightning"
55
authors = ["Christian Decker <[email protected]>"]
66
license = "BSD-MIT"

0 commit comments

Comments
 (0)