Skip to content

Commit

Permalink
2.2.2
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 83d88a6 commit b6f833a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

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

### Other

* Merge pull request #384 from mraniki/dev

🔧 update default_settings.toml and main.py ([`83d88a6`](https://github.com/mraniki/findmyorder/commit/83d88a65b6989ab13012486c0723f1ce9a72bcff))

* update handler.py ([`036a2c8`](https://github.com/mraniki/findmyorder/commit/036a2c82ea5c3c42199f555c0433b97b4a00d895))

### 🔧

* 🔧 update default_settings.toml and main.py ([`69b4d94`](https://github.com/mraniki/findmyorder/commit/69b4d94c1e70ff5bbfb832b59cea39b97fe22c5b))

* 🔧 ([`f8a4f4a`](https://github.com/mraniki/findmyorder/commit/f8a4f4a0faf10bc323b5b9d706b5c5a4863fc949))

## v2.2.1 (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.1"
__version__ = "2.2.2"

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.1"
version = "2.2.2"
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 b6f833a

Please sign in to comment.