Skip to content

Commit

Permalink
1.9.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 27, 2023
1 parent 7e0d0fe commit 586708b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@



## v1.9.6 (2023-10-27)

### Other

* Merge pull request #332 from mraniki/dev

⬆️ 🤖 - Auto Release ([`7e0d0fe`](https://github.com/mraniki/findmyorder/commit/7e0d0feefe167969a7baf0ef6d1abf113911dbca))

* Merge branch 'main' into dev ([`3de086d`](https://github.com/mraniki/findmyorder/commit/3de086d3f094c348ba31c95959cf3b95a9ee0830))

* Merge pull request #331 from mraniki/dev

⬆️ 🤖 - Auto Release ([`d9c4b77`](https://github.com/mraniki/findmyorder/commit/d9c4b772f1d60641daf0a5304e5a72e5ddd9a782))

* Auto ([`00c4656`](https://github.com/mraniki/findmyorder/commit/00c465674d09652721bf8d34e67012e8e2dbff01))

* Merge pull request #330 from mraniki/dev

⬆️ 🤖 - Auto Release ([`4627b1d`](https://github.com/mraniki/findmyorder/commit/4627b1d143f187b4ea9634ea6486ccf5b9195491))

* Merge branch 'main' into dev ([`a873f55`](https://github.com/mraniki/findmyorder/commit/a873f555b7ee43210b4f24ef61821604cb0f1816))

* Auto ([`f5fb440`](https://github.com/mraniki/findmyorder/commit/f5fb440a3b6efa57fb138d394aa7ea1f01e5bae4))

* Merge pull request #329 from mraniki/dev

⬆️ 🤖 - Auto Release ([`2e2da92`](https://github.com/mraniki/findmyorder/commit/2e2da924a565c5898873035b035d5b3dd7313b27))

* Auto ([`b39b285`](https://github.com/mraniki/findmyorder/commit/b39b28532a72a3b00b09de92b5de1c3d4f3660d0))

### Update

* ⬆️ Update Requirements and Version ([`47b7ab7`](https://github.com/mraniki/findmyorder/commit/47b7ab7ddab66dd66f780646665c498b371776ab))

### 🔧

* 🔧 ([`f511a48`](https://github.com/mraniki/findmyorder/commit/f511a4823f4858213d8e4d08186c3ec3a90cb04a))


## v1.9.5 (2023-10-20)

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

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




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




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

Expand Down

0 comments on commit 586708b

Please sign in to comment.