bumped ersion to 2.5.1

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-06-22 09:28:45 +02:00
parent 67abb7102d
commit 1571211a24
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** * **Known Issues**
* **Notes** * **Notes**
## [2.5.1] - 2023-22-06
* **Fixed** docker image incompatibility with tarantool installer, switched to ubuntu-container for AIO image
## [2.5.0] - 2023-21-06 ## [2.5.0] - 2023-21-06
* **Changed** Upgraded ABCI compatbility to Tendermint v0.34.24 and CometBFT v0.34.29 * **Changed** Upgraded ABCI compatbility to Tendermint v0.34.24 and CometBFT v0.34.29

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0 # Code is Apache-2.0 and docs are CC-BY-4.0
__version__ = "2.5.0" __version__ = "2.5.1"
__short_version__ = "2.5" __short_version__ = "2.5"
# Supported Tendermint versions # Supported Tendermint versions

View File

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