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

Release 0.22.10

* HIVE nodes are now also detected as appbase ready (thanks to @crokkon)
parent 77f483d6
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
Changelog
=========
0.22.10
-------
* HIVE nodes are now also detected as appbase ready (thanks to @crokkon)
0.22.9
------
* add steem node
......
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.22.9'
version = '0.22.10'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.22.9'
version = '0.22.10'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.22.9'
version = '0.22.10'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.22.9'
version = '0.22.10'
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.22.9'
VERSION = '0.22.10'
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