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

Prepare next release and add changes to changelog

parent 3ba1b97b
No related branches found
No related tags found
No related merge requests found
Changelog
=========
0.20.2
------
* estimated_mana is now capped by estimated_max
* print_info fixed()
* get_api_methods() and get_apis() added to Steem
0.20.1
------
* Improved get_rc_manabar(), get_manabar() output
......
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.20.2'
version = '0.20.3'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.20.2'
version = '0.20.3'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.20.2'
version = '0.20.3'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.20.2'
version = '0.20.3'
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.20.2'
VERSION = '0.20.3'
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