Skip to content

Commit

Permalink
1.10.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 15, 2024
1 parent a4c9a94 commit 6de0755
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v1.10.3 (2024-06-15)

### Other

* Merge pull request #376 from mraniki/dev

⬆️ 🤖 - You will be singled out for promotion in your work ([`a4c9a94`](https://github.com/mraniki/findmyorder/commit/a4c9a945629f2477af1cf7fa2b7d8b462ba48dc9))

### ⬆️

* ⬆️ 🛠️(deps): update dependency sphinx_design to ^0.6.0 ([`76aba04`](https://github.com/mraniki/findmyorder/commit/76aba04e54c5ad43707df9e44a329f67dc53396c))

* ⬆️ 🛠️(deps): update dependency myst_parser to v3 ([`88092ae`](https://github.com/mraniki/findmyorder/commit/88092ae07489efc1d4702377ef14e843ac1e4281))


## v1.10.2 (2024-05-19)

### 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.10.2"
__version__ = "1.10.3"

from .main import FindMyOrder

Expand Down
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.10.2"
version = "1.10.3"
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 6de0755

Please sign in to comment.