Skip to content

Commit

Permalink
1.7.37
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 27, 2023
1 parent 82fbee0 commit ee8ec16
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,23 @@



## v1.7.37 (2023-09-27)

### Other

* Merge pull request #302 from mraniki/dev

🚨 Linter cleanup ([`82fbee0`](https://github.com/mraniki/findmyorder/commit/82fbee07d39d30c8d39820ce00aeeff1693cd8e7))

### 🚨

* 🚨 ([`a5144ba`](https://github.com/mraniki/findmyorder/commit/a5144ba02114547693162b3c970de16f61ec3237))

* 🚨 ([`0f096aa`](https://github.com/mraniki/findmyorder/commit/0f096aa801af1f921df4b9def857a818abce0538))

* 🚨 ([`11b2976`](https://github.com/mraniki/findmyorder/commit/11b29763f1c70397d896ef52bbee6475752c1882))


## v1.7.36 (2023-09-27)

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

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




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -64,6 +65,7 @@ pytest-mock = "^3.11.1"
pytest-loguru = "^0.2.0"



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

Expand Down

0 comments on commit ee8ec16

Please sign in to comment.