Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 11, 2023
1 parent 4416ef1 commit 9a66566
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## v1.6.0 (2023-07-11)

### Feature

* 🥚ignore_instrument setting ([`ea9b57f`](https://github.com/mraniki/findmyorder/commit/ea9b57f9872a008c8e829ad9ff4ef2f1396157c7))

### Fix

* ✅ added unit test for get_info ([`b8deab5`](https://github.com/mraniki/findmyorder/commit/b8deab5d763ea3a17296fedd7ed6956584517806))

### Other

* Merge pull request #237 from mraniki/dev ([`4416ef1`](https://github.com/mraniki/findmyorder/commit/4416ef1bb5bb71522b4ef6247ba200a5981fea3c))
* Merge pull request #238 from mraniki/sourcery/dev ([`d608a15`](https://github.com/mraniki/findmyorder/commit/d608a153d17cb0ee06a1e0062c352bb5ba3394b2))
* 'Refactored by Sourcery' ([`79ef2ba`](https://github.com/mraniki/findmyorder/commit/79ef2ba396cfbed6f478ff31c8c5cff78f9802e4))

## v1.5.32 (2023-07-09)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion findmyorder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
FindMyOrder Versioning
"""
__version__ = "1.5.32"
__version__ = "1.6.0"

from .config import settings
from .main import FindMyOrder
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "findmyorder"
version = "1.5.32"
version = "1.6.0"
description = "A python package to identify and parse order for trade execution."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 9a66566

Please sign in to comment.