Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 24, 2023
1 parent 8894c17 commit 0addc93
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@



## v1.7.0 (2023-07-24)

### Other

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

⬆️(deps): update dependency ruff to ^0.0.280 ([`8894c17`](https://github.com/mraniki/findmyorder/commit/8894c172df5e4ab07408cd152744986e70130953))

* Merge pull request #251 from mraniki/dev

🥚 🔊 loguru implementation ([`c75198f`](https://github.com/mraniki/findmyorder/commit/c75198ff0090be2c54a3f8a59d1295b66bbc202e))

### Update

* Update Requirements ([`d2a2f12`](https://github.com/mraniki/findmyorder/commit/d2a2f12604ff8c140350ffb27e7d9e22260c173b))

### ⬆️

* ⬆️(deps): update dependency ruff to ^0.0.280 ([`565cd1d`](https://github.com/mraniki/findmyorder/commit/565cd1d275f6b287f004526e383291ab7eb06048))

### 🥚

* 🥚 🔊 loguru implementation ([`c83e09e`](https://github.com/mraniki/findmyorder/commit/c83e09e33adac0fe11d89e90ce8810b6bad8deac))


## v1.6.1 (2023-07-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.6.1"
__version__ = "1.7.0"

from .config import settings
from .main import FindMyOrder
2 changes: 1 addition & 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.6.1"
version = "1.7.0"
description = "A python package to identify and parse order for trade execution."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 0addc93

Please sign in to comment.