mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 14:35:45 +00:00
updated changelog and version umber
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
5ada25cf76
commit
f32c1f88a4
@ -26,6 +26,9 @@ For reference, the possible headings are:
|
|||||||
* **Notes**
|
* **Notes**
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.3.0] - 2022-27-10
|
||||||
|
* **Changed** migrated asset to assets
|
||||||
* **Changed** replaced transaction module with planetmint-transactions package
|
* **Changed** replaced transaction module with planetmint-transactions package
|
||||||
* **Changed** moved transaction network validation to Planetmint class
|
* **Changed** moved transaction network validation to Planetmint class
|
||||||
* **Changed** adjusted test cases
|
* **Changed** adjusted test cases
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
# 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__ = "1.2.1"
|
__version__ = "1.3.0"
|
||||||
__short_version__ = "1.2"
|
__short_version__ = "1.3"
|
||||||
|
|
||||||
# Supported Tendermint versions
|
# Supported Tendermint versions
|
||||||
__tm_supported_versions__ = ["0.34.15"]
|
__tm_supported_versions__ = ["0.34.15"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user