Skip to content

Commit

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



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

### Other

* Merge pull request #335 from mraniki/dev

⬆️ 🤖 - Learn to pause or nothing worthwhile can catch up to you ([`e4c2d80`](https://github.com/mraniki/findmyorder/commit/e4c2d8068a7eea4f350587eeccdb5f69bc321974))

* Merge pull request #334 from mraniki/dev

⬆️ 🤖 - This life is yours Some of it was given to you the rest you made yourself ([`0be4a64`](https://github.com/mraniki/findmyorder/commit/0be4a64bb3fbb4ec0e1532a7d536b8df4f815f5b))

* Refactor GitHub workflow file ([`51caaa8`](https://github.com/mraniki/findmyorder/commit/51caaa811dbcebf3eee8b675b8dd80a9c7816741))

### 👷

* 👷 CI Change ([`3132d7b`](https://github.com/mraniki/findmyorder/commit/3132d7bfb8edcf8700315d0d86a786211e070327))


## v1.9.7 (2023-10-28)

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

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




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




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

Expand Down

0 comments on commit 028d830

Please sign in to comment.