Skip to content

Commit

Permalink
2.2.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 31, 2024
1 parent 61bc3f4 commit f1b9301
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

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

### Other

* Merge pull request #400 from mraniki/dev

⬆️ 🤖 - Try to relax and enjoy the crisis ([`61bc3f4`](https://github.com/mraniki/findmyorder/commit/61bc3f415764168502895339ac4ecfc55f6cbbd8))

### ⬆️

* ⬆️ 🛠️(deps): update dependency sphinx to v7.4.7 ([`4df7973`](https://github.com/mraniki/findmyorder/commit/4df79735628134c7318d22a7e4316a6e9a00ca4a))

* ⬆️ 🛠️(deps): update dependency ruff to ^0.6.0 ([`dbd66d6`](https://github.com/mraniki/findmyorder/commit/dbd66d6f9911fea68edd6e91cc40510e1aafe6dc))

## v2.2.7 (2024-08-30)

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

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.7"
version = "2.2.8"
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 f1b9301

Please sign in to comment.