Skip to content

Commit

Permalink
1.9.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 17, 2023
1 parent 9151e7a commit 4a47760
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v1.9.3 (2023-10-17)

### Other

* Merge pull request #322 from mraniki/dev

⬆️ dep ([`9151e7a`](https://github.com/mraniki/findmyorder/commit/9151e7abb3571fd206437d82a68935fb56969284))

* Merge pull request #320 from mraniki/renovate/ruff-0.x

⬆️ 🛠️(deps): update dependency ruff to ^0.1.0 ([`23f9442`](https://github.com/mraniki/findmyorder/commit/23f944271ee4ab7a47fc1ef8f77c69c3fdaf0f31))


## v1.9.2 (2023-10-17)

### Other
Expand All @@ -21,6 +34,10 @@

* :construction_worker_man: CI Change ([`a1d4b06`](https://github.com/mraniki/findmyorder/commit/a1d4b062179bf95bc70bd29732060f1eaa5be028))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ruff to ^0.1.0 ([`4882ebd`](https://github.com/mraniki/findmyorder/commit/4882ebd9673af3dab1ac00e5f4ae1b6f67b06864))

### 👷

* 👷 CI Change ([`cae763a`](https://github.com/mraniki/findmyorder/commit/cae763a485a684c4d6ff91bb62f5988248f37caf))
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.2"
__version__ = "1.9.3"

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




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




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

Expand Down

0 comments on commit 4a47760

Please sign in to comment.