Skip to content
Snippets Groups Projects
Commit fb38d093 authored by Holger's avatar Holger
Browse files

Prepare next release and add changelog

parent 209bc661
No related branches found
No related tags found
No related merge requests found
Changelog
=========
0.20.23
-------
* Switch to next node, when current node has the necesary api not enabled
* handle Client returned invalid format. Expected JSON! and switch to next node
* More checks added
* get_estimated_block_num is faster and uses BlockHeader
* exclude_limited=False is default now for get_nodes
0.20.22
-------
* Fix #195 - comment.downvote(100) will now downvote with 100%, negative numbers are not allowed anymore
......
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.20.23'
version = '0.20.24'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.20.23'
version = '0.20.24'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.20.23'
version = '0.20.24'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.20.23'
version = '0.20.24'
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.20.23'
VERSION = '0.20.24'
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