Skip to content

Commit

Permalink
bump(version): Release v0.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 6, 2020
1 parent 8fd32a0 commit 88211f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Arbie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
)
from Arbie.settings_parser import SettingsParser # noqa: F401

__version__ = "0.5.0" # noqa: WPS410
__version__ = "0.6.0" # noqa: WPS410
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
) # noqa: WPS221
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!--next-version-placeholder-->

## v0.6.0 (2020-12-06)
### Feature
* **trader:** Add action for trading using arbie ([`8fd32a0`](https://github.com/owodunni/arbie/commit/8fd32a085ad47fcd5ed26a3fc512d7b52edb5381))

## v0.5.0 (2020-12-04)
### Feature
* Add arbie smart contract ([`0457321`](https://github.com/owodunni/arbie/commit/045732115902c6e869342a5bebef224a266feab2))
Expand Down

0 comments on commit 88211f2

Please sign in to comment.