Skip to content

Commit

Permalink
1.7.35
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 6f17091 commit 122d3ba
Show file tree
Hide file tree
Showing 3 changed files with 25 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.35 (2023-09-27)

### Other

* Merge pull request #300 from mraniki/dev

Dev ([`6f17091`](https://github.com/mraniki/findmyorder/commit/6f17091db8e771d7c468642078064797b03f86b1))

* Merge pull request #299 from mraniki/renovate/pydata-sphinx-theme-0.x

⬆️ 🛠️(deps): update dependency pydata-sphinx-theme to ^0.14.0 ([`f4522b6`](https://github.com/mraniki/findmyorder/commit/f4522b6207b56c4a3df7d18441bcbdda48572f66))

### ⬆️

* ⬆️ 🛠️(deps): update dependency pydata-sphinx-theme to ^0.14.0 ([`7f1d0a1`](https://github.com/mraniki/findmyorder/commit/7f1d0a18bcb49b80477983663d366cd9ac6a8a42))

* ⬆️ 🛠️(deps): update dependency sphinx to v7.2.6 ([`5f3f9e6`](https://github.com/mraniki/findmyorder/commit/5f3f9e69d015b4f4b969b5b73ff2704229a328db))

### 👷

* 👷 CI Change ([`1732b2c`](https://github.com/mraniki/findmyorder/commit/1732b2c7a3df49f82cdf2ee6bc94203c1410845f))


## v1.7.34 (2023-09-09)

### 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.34"
__version__ = "1.7.35"

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.34"
version = "1.7.35"
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 122d3ba

Please sign in to comment.