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

Prepare next release

parent dd3e0da7
No related branches found
No related tags found
1 merge request!11Changes specific to HF25 done in https://github.com/holgern/beem master branch
Changelog Changelog
======== ========
0.24.24
-------
* Prioritize HIVE_CHAIN_ID property for the chain selection (@emre)
0.24.23 0.24.23
------- -------
* Fixed some small code issues * Fixed some small code issues
* Added reccurring_transfer op in preparation for HF25 (@sicarius) * Added reccurring_transfer op in preparation for HF25 (@sicarius)
* Added collateralized_convert op in preparation for HF25 (@sicarius) * Added collateralized_convert op in preparation for HF25 (@sicarius)
0.24.22 0.24.22
------- -------
* Fix to parameter in transfer_to_vesting * Fix to parameter in transfer_to_vesting
......
"""THIS FILE IS GENERATED FROM beem SETUP.PY.""" """THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.22' version = '0.24.24'
"""THIS FILE IS GENERATED FROM beem SETUP.PY.""" """THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.22' version = '0.24.24'
"""THIS FILE IS GENERATED FROM beem SETUP.PY.""" """THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.22' version = '0.24.24'
"""THIS FILE IS GENERATED FROM beem SETUP.PY.""" """THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.22' version = '0.24.24'
...@@ -16,7 +16,7 @@ except LookupError: ...@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii') ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs')) codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.24.23' VERSION = '0.24.24'
tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized'] 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