Skip to content

Commit

Permalink
incremented version and noted changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sicarius97 committed Jun 18, 2021
1 parent ad5f6e9 commit 795e803
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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']

Expand Down

0 comments on commit 795e803

Please sign in to comment.