Skip to content

Commit

Permalink
1.9.2
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 c046de8 commit 98c12bb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@



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

### Other

* Merge pull request #321 from mraniki/dev

👷 CI Change ([`c046de8`](https://github.com/mraniki/findmyorder/commit/c046de8c9226aa265054f9e568285cb7485c7dd6))

* :construction_worker_man:Remove mergify.yml and update renovate.json

- Remove mergify.yml file
- Update gitIgnoredAuthors in renovate.json file ([`6575c96`](https://github.com/mraniki/findmyorder/commit/6575c969dd4da01b250ba1365cbc0f55a1bf60b2))

* Merge pull request #319 from mraniki/dev

:construction_worker_man: CI Change ([`a74bbfd`](https://github.com/mraniki/findmyorder/commit/a74bbfd3f352abfc9e7773157f99cc2a17f36ea9))

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

### 👷

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


## v1.9.1 (2023-10-11)

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

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




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




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

Expand Down

0 comments on commit 98c12bb

Please sign in to comment.