mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
pyln: Bump versions to v0.12.1
This is just before the introduction of `get_json_id`, but has the correct dependency constraints such that all packages can be updated to >=v0.12 and we don't mix minor versions.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
__version__ = "0.12.0.post1"
|
||||
__version__ = "0.12.1"
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "pyln-testing"
|
||||
version = "0.12.0.post1"
|
||||
version = "0.12.1"
|
||||
description = "Test your Core Lightning integration, plugins or whatever you want"
|
||||
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
||||
license = "BSD-MIT"
|
||||
@@ -17,7 +17,7 @@ ephemeral-port-reserve = "^1.1.4"
|
||||
psycopg2-binary = "^2.9.3"
|
||||
python-bitcoinlib = "^0.11.0"
|
||||
jsonschema = "^4.4.0"
|
||||
pyln-client = "^0.12"
|
||||
pyln-client = ">=0.12.1"
|
||||
Flask = "^2.0.3"
|
||||
cheroot = "^8.6.0"
|
||||
psutil = "^5.9.0"
|
||||
|
||||
Reference in New Issue
Block a user