From 477d2ab1c05135c7ab11f7a59117e08d69a986b5 Mon Sep 17 00:00:00 2001 From: Lorenz Herzberger Date: Wed, 15 Feb 2023 15:32:11 +0100 Subject: [PATCH] updated version number on pyproject.toml Signed-off-by: Lorenz Herzberger --- CHANGELOG.md | 3 +-- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e40f5a1..e6ea8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,11 +25,10 @@ For reference, the possible headings are: * **Known Issues** * **Notes** -## [Unreleased] - 2023-15-02 -* **Changed** migrated dependency management to poetry ## [2.2.3] - 2023-14-02 * **Fixed** fixed voting/election backward compatibility issue (using planetmint-transactions >= 0.7.0) on the 2.2 main branch +* **Changed** migrated dependency management to poetry ## [2.2.2] - 2023-31-01 * **Fixed** catching tarantool exceptions in case tarantool drivers throw execeptions due to concurrency issues. This issue got idenitfied during the testing of the planetmint-driver-ts. diff --git a/pyproject.toml b/pyproject.toml index 743d4bb..5100ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "planetmint" -version = "2.2.2" +version = "2.2.3" description = "Planetmint: The Blockchain Database" authors = ["Planetmint contributors"] license = "AGPLv3"