Skip to content

Commit

Permalink
1.9.16
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 25, 2024
1 parent 418de53 commit 45b2a1a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v1.9.16 (2024-03-25)

### Other

* Merge pull request #360 from mraniki/dev

⬆️ 🤖 - You should emulate your heros but dont carry it too far Especially ([`418de53`](https://github.com/mraniki/findmyorder/commit/418de53dcbb3be87d88b76b51b1fa3bdf8b966f8))

### ⬆️

* ⬆️ 🛠️(deps): update dependency pytest-loguru to ^0.4.0 ([`9b49ae6`](https://github.com/mraniki/findmyorder/commit/9b49ae61b444beb3fc8bf75c308c1dc7022325eb))


## v1.9.15 (2024-03-01)

### 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__ = "1.9.15"
__version__ = "1.9.16"

from .main import FindMyOrder

Expand Down
4 changes: 3 additions & 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 = "1.9.15"
version = "1.9.16"
description = "A python package to identify and parse order for trade execution."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -73,6 +73,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -100,6 +101,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit 45b2a1a

Please sign in to comment.