bumped version!

added changelog
added planetmint-transactions >= 0.7.0 dependencies

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-02-14 17:09:41 +01:00
parent be5280138f
commit b1151d21f3
No known key found for this signature in database
3 changed files with 6 additions and 3 deletions

View File

@ -25,6 +25,9 @@ For reference, the possible headings are:
* **Known Issues**
* **Notes**
## [1.4.2] - 2023-14-02
* **fixed** fixed voting/election backward compatibility issue (using planetmint-transactions >= 0.7.0)
## [1.4.1] - 2022-21-12
* **fixed** inconsistent cryptocondition keyring tag handling. Using cryptoconditions > 1.1.0 from now on.

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__ = "1.4.1"
__version__ = "1.4.2"
__short_version__ = "1.4"
# Supported Tendermint versions

View File

@ -66,7 +66,7 @@ docs_require = [
"pyparsing==3.0.8",
"pytz==2022.1",
"PyYAML>=5.4.0",
"requests>=2.25i.1",
"requests>=2.25.1",
"six==1.16.0",
"snowballstemmer==2.2.0",
"Sphinx==4.5.0",
@ -129,7 +129,7 @@ install_requires = [
"planetmint-ipld>=0.0.3",
"pyasn1>=0.4.8",
"python-decouple",
"planetmint-transactions>=0.5.0",
"planetmint-transactions>=0.7.0",
]
setup(