mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 06:25: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**
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3.0] - 2022-27-10
|
||||
* **Changed** migrated asset to assets
|
||||
* **Changed** replaced transaction module with planetmint-transactions package
|
||||
* **Changed** moved transaction network validation to Planetmint class
|
||||
* **Changed** adjusted test cases
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||
|
||||
__version__ = "1.2.1"
|
||||
__short_version__ = "1.2"
|
||||
__version__ = "1.3.0"
|
||||
__short_version__ = "1.3"
|
||||
|
||||
# Supported Tendermint versions
|
||||
__tm_supported_versions__ = ["0.34.15"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user