meta: update changelog and pyln version for 23.02 release

Changelog-None
This commit is contained in:
Alex Myers
2023-03-01 16:08:31 -06:00
committed by Alex Myers
parent 0707ffcab4
commit 538a8d5c57
7 changed files with 23 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "23.02rc1"
__version__ = "23.02"
__all__ = [
"__version__",

View File

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