Skip to content

Commit

Permalink
1.7.25
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 b65c247 commit 2feecb7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,33 @@



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

### Other

* Merge pull request #289 from mraniki/dev

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

### 🐛

* 🐛 📝 extension error ([`8af3ae7`](https://github.com/mraniki/findmyorder/commit/8af3ae75c06831224485153e4f38b2104937b9ff))

### 📝

* 📝 ([`492ace6`](https://github.com/mraniki/findmyorder/commit/492ace69f6b6f5f1d864844761f46cde4340d998))


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

### Update

* Update pyproject.toml ([`fc3c2bc`](https://github.com/mraniki/findmyorder/commit/fc3c2bc2893e672a97d834e40a06cbd920f7bd96))

### 📝

* 📝 ([`10db91c`](https://github.com/mraniki/findmyorder/commit/10db91c83e321079fc533732470fae1212d2ef04))


## v1.7.23 (2023-08-27)

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.24"
__version__ = "1.7.25"

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.24"
version = "1.7.25"
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 2feecb7

Please sign in to comment.