Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Update changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Oct 30, 2018
1 parent efe4ded commit 5ec0f0a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog

All notable changes to this project following the ``v0.4.1`` release are noted in this file


[0.5.6] 2018-10-30
------------------
- Fix issues with crowdsale demo test
- Fix issue with ``module.to_s`` method
- Remove ``Neo.Witness.GetInvocationScript``


[0.5.5] 2018-10-17
------------------
- Update shift operation test
Expand Down
2 changes: 1 addition & 1 deletion boa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.5'
__version__ = '0.5.6'
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5.5'
version = '0.5.6'
# The full version, including alpha/beta/rc tags.
release = '0.5.5'
release = '0.5.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.5.5',
version='0.5.6',

description='A Python compiler for the Neo Virtual Machine',
long_description=long_description,
Expand Down

0 comments on commit 5ec0f0a

Please sign in to comment.