Skip to content

Commit

Permalink
1.9.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 30, 2023
1 parent 70ede2c commit 007f525
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## v1.9.9 (2023-10-30)

### Other

* Merge pull request #337 from mraniki/dev

⬆️ 🤖 - You will gain money by a fattening action ([`70ede2c`](https://github.com/mraniki/findmyorder/commit/70ede2ca6a44a484a5082f76219eb9a962c253b6))

* Merge pull request #336 from mraniki/dev

⬆️ 🤖 - If more of us valued food and cheer and song above hoarded gold it would ([`0b08465`](https://github.com/mraniki/findmyorder/commit/0b08465f378a7d40995e040251e31782f7141c98))

### ♻️

* ♻️ ([`8b671b3`](https://github.com/mraniki/findmyorder/commit/8b671b3fa4fe21ad95c7e1529033ee8fc9625e51))

### 👷

* 👷 CI Change ([`a23a135`](https://github.com/mraniki/findmyorder/commit/a23a135ef2ebc57fae11e0a3b007de575c0cf388))


## v1.9.8 (2023-10-29)

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

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.8"
version = "1.9.9"
description = "A python package to identify and parse order for trade execution."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -68,6 +68,7 @@ overgeneral-exceptions = [




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -88,6 +89,7 @@ pytest-loguru = "^0.3.0"




[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 007f525

Please sign in to comment.