Skip to content

Commit

Permalink
2.2.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 1, 2024
1 parent a14eac1 commit 4d3f3bf
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.9 (2024-10-01)

### Other

* Merge pull request #402 from mraniki/dev

⬆️ 🤖 - Your temporary financial embarrassment will be relieved in a surprising manner ([`a14eac1`](https://github.com/mraniki/findmyorder/commit/a14eac1b1c2592b8169dc07ce57556beb669881a))

### ⬆️

* ⬆️ 🛠️(deps): update dependency myst_parser to v4 ([`0f65087`](https://github.com/mraniki/findmyorder/commit/0f65087516655b70b25c6d883bdf00f0422961a0))

## v2.2.8 (2024-08-31)

### 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.8"
__version__ = "2.2.9"

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.8"
version = "2.2.9"
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 4d3f3bf

Please sign in to comment.