Skip to content

Commit

Permalink
2.2.11
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 1, 2024
1 parent 24240d4 commit d0d341e
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
@@ -1,6 +1,23 @@
# CHANGELOG


## v2.2.11 (2024-11-01)

### Other

* Merge pull request #413 from mraniki/dev

♻️ refactor client structure ([`24240d4`](https://github.com/mraniki/findmyorder/commit/24240d454bb74732a142f9cce33f0eb36db97b88))

### ♻️

* ♻️ refactor client structure ([`7c3a701`](https://github.com/mraniki/findmyorder/commit/7c3a7013498153cebed02a969ecf2cdb876af1f3))

### 🔥

* 🔥 black ([`9b11a41`](https://github.com/mraniki/findmyorder/commit/9b11a417203841bc7a046bff0f980d4b71341eb7))


## v2.2.10 (2024-10-27)

### 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.10"
__version__ = "2.2.11"

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.10"
version = "2.2.11"
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 d0d341e

Please sign in to comment.