Skip to content

Commit

Permalink
2.2.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 9, 2024
1 parent 7639f53 commit a77e3ac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## v2.2.4 (2024-07-09)

### Other

* Merge pull request #387 from mraniki/dev

♻️ ([`7639f53`](https://github.com/mraniki/findmyorder/commit/7639f536226f3d7ebb4e80f3b858596b9ffead57))

* Merge pull request #386 from mraniki/dev

update config.py and main.py ([`e6b933d`](https://github.com/mraniki/findmyorder/commit/e6b933de55b3cb5bc2ce5d69a8147d25bd80b417))

* update config.py and main.py ([`ff06f75`](https://github.com/mraniki/findmyorder/commit/ff06f75658d8ca9fb7ca46e0036e61a1b7f70578))

### ♻️

* ♻️ ([`2684a93`](https://github.com/mraniki/findmyorder/commit/2684a936b5b5bc862247adbadb1527c6c107b704))

## v2.2.3 (2024-07-09)

### Other
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__ = "2.2.3"
__version__ = "2.2.4"

from .main import FindMyOrder

Expand Down
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 = "2.2.3"
version = "2.2.4"
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 a77e3ac

Please sign in to comment.