Skip to content

Commit

Permalink
1.7.15
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 10, 2023
1 parent f78834f commit 5391c34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v1.7.15 (2023-08-10)

### Other

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

⬆️(deps): update dependency ruff to >=0.0.284,<0.0.285 ([`f78834f`](https://github.com/mraniki/findmyorder/commit/f78834fcb03c499ba341f9c63cb20a3e0611e2c5))


## v1.7.14 (2023-08-10)

### Other
Expand All @@ -10,6 +19,10 @@

👷 CI Change ([`5d6d9ac`](https://github.com/mraniki/findmyorder/commit/5d6d9ac5a1bc98702d528b9583f824a6866cab9b))

### ⬆️

* ⬆️(deps): update dependency ruff to >=0.0.284,<0.0.285 ([`9b3b2c4`](https://github.com/mraniki/findmyorder/commit/9b3b2c4f3b678396bd942b079d0799d449bbc5b5))

### 🐛

* 🐛 ([`30bbc33`](https://github.com/mraniki/findmyorder/commit/30bbc33406351eb7d41f2c386c070d41eb1da07c))
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.14"
__version__ = "1.7.15"

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.7.14"
version = "1.7.15"
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 5391c34

Please sign in to comment.