Skip to content

Commit

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



## v1.7.38 (2023-10-01)

### Other

* Merge pull request #303 from mraniki/dev

👷 CI Change ([`18dc56d`](https://github.com/mraniki/findmyorder/commit/18dc56da4509936688ca47d1c179a607ccb5c04f))

### Update

* Update test_unit.py ([`54838cf`](https://github.com/mraniki/findmyorder/commit/54838cf777fd43326a7bcfa67540dbe67c1b97e9))

* Update Requirements ([`93459a9`](https://github.com/mraniki/findmyorder/commit/93459a9544190a56a5124de1f3421797e1e19552))

* Update pyproject.toml ([`3f09a8e`](https://github.com/mraniki/findmyorder/commit/3f09a8e8448d8c2e57c3b64d4621f42269d28b91))

* Update Requirements ([`60f7aae`](https://github.com/mraniki/findmyorder/commit/60f7aae2055d1931fda456dbf5669223bdce504f))

### 👷

* 👷 CI Change ([`8ade342`](https://github.com/mraniki/findmyorder/commit/8ade3423f4a23c1a9200f42ce8875d755b679252))


## v1.7.37 (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.37"
__version__ = "1.7.38"

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




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




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

Expand Down

0 comments on commit a456df1

Please sign in to comment.