Skip to content
Snippets Groups Projects
Commit 161df89c authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Prepare next relase

Readme for last release adapted
parent 1ff3f2f4
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,15 @@ before transmitting the packed file. Please check the hash-sum after downloading
Changelog
=========
0.19.29
-------
* Several bug fixes
* CLI improved
* wait_for_and_get_block refactoring (Thanks to crokkon)
* Bug fix for blockchain.stream(), raw_ops added
* Fix and improve estimate_virtual_op_num
* Support for New Appbase Operations format
0.19.28
-------
* Improve rewards command in beempy
......
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.29'
version = '0.19.30'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.29'
version = '0.19.30'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.29'
version = '0.19.30'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.29'
version = '0.19.30'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.29'
version = '0.19.30'
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.19.29'
VERSION = '0.19.30'
tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment