bumped version added changelog

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-04-21 09:30:48 +02:00
parent 06149cb11f
commit a4426d4f42
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,9 @@ For reference, the possible headings are:
* **Known Issues**
* **Notes**
## [2.4.5] - 2023-21-04
* **Fixed** Integration of DataAccessor Singleton class to reduce potentially multiple DB driver initializations.
## [2.4.4] - 2023-19-04
* **Fixed** tarantool migration script issues (modularity, script failures, cli cmd to function mapping)

View File

@ -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.4.4"
__version__ = "2.4.5"
__short_version__ = "2.4"
# Supported Tendermint versions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "planetmint"
version = "2.4.4"
version = "2.4.5"
description = "Planetmint: The Blockchain Database"
authors = ["Planetmint contributors"]
license = "AGPLv3"