Skip to content

Commit

Permalink
1.7.26
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 28, 2023
1 parent 5257193 commit fdce36c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,31 @@



## v1.7.26 (2023-08-28)

### Other

* Merge pull request #290 from mraniki/dev

Update Requirements ([`5257193`](https://github.com/mraniki/findmyorder/commit/5257193455e4f41b2f3b3e4c462d72749b3f231a))

* Merge branch 'main' into dev ([`7f46e0b`](https://github.com/mraniki/findmyorder/commit/7f46e0bebad8f1696af21ad044eed39a6cea09be))


## v1.7.25 (2023-08-28)

### Other

* Merge branch 'main' into dev ([`4b6ce40`](https://github.com/mraniki/findmyorder/commit/4b6ce403f8c0bc1494df6a714a929c1d0acaa0b2))

* Merge pull request #289 from mraniki/dev

🐛 📝 extension error ([`b65c247`](https://github.com/mraniki/findmyorder/commit/b65c247eb2463657b4474a32e9a087fb0c47f787))

### Update

* Update Requirements ([`893c9c2`](https://github.com/mraniki/findmyorder/commit/893c9c286590b85d37711ee1ba4dc7417e70c45d))

### 🐛

* 🐛 📝 extension error ([`8af3ae7`](https://github.com/mraniki/findmyorder/commit/8af3ae75c06831224485153e4f38b2104937b9ff))
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.7.25"
__version__ = "1.7.26"

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.7.25"
version = "1.7.26"
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 fdce36c

Please sign in to comment.