From c58486b7da5a26dba971e43520a9b2e7127ea164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Thu, 2 Mar 2023 08:40:41 +0100 Subject: [PATCH] version bump and changlog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- CHANGELOG.md | 6 +++++- planetmint/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d53565..e3b2f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,12 +25,16 @@ For reference, the possible headings are: * **Known Issues** * **Notes** + +## [2.3.1] - 2023-02-03 +* **Fixed** backend.models.assets class content type issue (verification if objects are of type dict) +* **Fixed** Type defintions of Exceptions in the backend.query exception catching decorat + ## [2.3.0] - 2023-01-03 * **Fixed** double usage of the tarantool driver in one instance that lead to crashes * **Changed** refactored a lot of classes and the structure * **Changed** upgraded to tarantool driver 0.12.1 - ## [2.2.4] - 2023-15-02 * **Fixed** subcondition instantiation now works recursively * **Changed** migrated dependency management to poetry diff --git a/planetmint/version.py b/planetmint/version.py index d2d001d..aeb4085 100644 --- a/planetmint/version.py +++ b/planetmint/version.py @@ -3,7 +3,7 @@ # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 -__version__ = "2.3.0" +__version__ = "2.3.1" __short_version__ = "2.3" # Supported Tendermint versions diff --git a/pyproject.toml b/pyproject.toml index 2fa19be..4bb52d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "planetmint" -version = "2.3.0" +version = "2.3.1" description = "Planetmint: The Blockchain Database" authors = ["Planetmint contributors"] license = "AGPLv3"