Skip to content
Snippets Groups Projects
Unverified Commit 795e803c authored by Isaiah Croatt's avatar Isaiah Croatt
Browse files

incremented version and noted changelog

parent ad5f6e94
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
========
0.24.23
-------
* Fixed some small code issues
* Added reccurring_transfer op in preparation for HF25 (@sicarius)
* Added collateralized_convert op in preparation for HF25 (@sicarius)
0.24.22
-------
* Fix to parameter in transfer_to_vesting
......
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.24.22'
VERSION = '0.24.23'
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