Skip to content

Commit

Permalink
1.10.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 14, 2024
1 parent 4c1b154 commit 1d54698
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,19 @@



## v1.10.1 (2024-05-14)

### Other

* Merge pull request #371 from mraniki/dev

⬆️ 🤖 - Small things make base men proud ([`4c1b154`](https://github.com/mraniki/findmyorder/commit/4c1b154e1d4ccf2b306ffef0efec30e996b6cd34))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ruff to ^0.4.0 ([`ef08cdc`](https://github.com/mraniki/findmyorder/commit/ef08cdccc6b956a46ea8b2b3b135a19ca04ebf5c))


## v1.10.0 (2024-04-16)

### 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.0"
__version__ = "1.10.1"

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.0"
version = "1.10.1"
description = "A python package to identify and parse order for trade execution."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down

0 comments on commit 1d54698

Please sign in to comment.