Skip to content

Commit

Permalink
2.2.5
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 3c0a836 commit de1638e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

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

### Other

* Merge pull request #388 from mraniki/dev

🔊 ([`3c0a836`](https://github.com/mraniki/findmyorder/commit/3c0a83617332d9c4ec22b6f9335e0d7426065ffd))

### 🔊

* 🔊 ([`63d8f51`](https://github.com/mraniki/findmyorder/commit/63d8f51990f4496b860d19ae51d526530e630192))

## v2.2.4 (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.4"
__version__ = "2.2.5"

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.4"
version = "2.2.5"
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 de1638e

Please sign in to comment.