mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
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:
parent
be5280138f
commit
b1151d21f3
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
4
setup.py
4
setup.py
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user