Skip to content

Commit

Permalink
2.2.3
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 5bf883d commit f063877
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.3 (2024-07-09)

### Other

* Merge pull request #385 from mraniki/dev

🔧 🚑 ([`5bf883d`](https://github.com/mraniki/findmyorder/commit/5bf883df091ff8c275980dca2b87a69395781472))

### 🚑

* 🔧 🚑 ([`2d5c827`](https://github.com/mraniki/findmyorder/commit/2d5c8273edd171a70bd437a63bee27b768cb39e6))

## v2.2.2 (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.2"
__version__ = "2.2.3"

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.2"
version = "2.2.3"
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 f063877

Please sign in to comment.