Skip to content

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 21, 2023
1 parent 428eafb commit 1a3b5d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v1.4.5 (2023-06-21)

### Fix

* Update pyproject.toml ([`428eafb`](https://github.com/mraniki/findmyorder/commit/428eafb7d3b1f3ef24ea436ec7e11bad718c9ebe))
* Update pyproject.toml ([`22da695`](https://github.com/mraniki/findmyorder/commit/22da695567446771fb335e89a106dd5e81127304))

## v1.4.4 (2023-06-15)

### Fix
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.4.4"
__version__ = "1.4.5"

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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "findmyorder"
version = "1.4.4"
version = "1.4.5"
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 1a3b5d9

Please sign in to comment.