Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 26, 2023
1 parent bf5c589 commit bf8c3e1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## v1.5.2 (2023-06-26)

### Fix

* Update README.md ([`bf5c589`](https://github.com/mraniki/findmyorder/commit/bf5c5892f5ad3628ac76594ae286df17b131f60f))

### Other

* Merge pull request #229 from mraniki/dev ([`31f851d`](https://github.com/mraniki/findmyorder/commit/31f851d10878fb5f91c28eaa5d218e7fc371cb64))
* Merge branch 'dev' of [email protected]:mraniki/findmyorder.git ([`4308a46`](https://github.com/mraniki/findmyorder/commit/4308a4637d2f12cba9f4cfe8d5cea5587a06a0f0))
* :construction_worker_man:‍♂️Flow.yml ([`e25ed60`](https://github.com/mraniki/findmyorder/commit/e25ed605176dd20def1f4b18a83f69eaa260bb2a))

## v1.5.1 (2023-06-25)

### 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.5.1"
__version__ = "1.5.2"

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.5.1"
version = "1.5.2"
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 bf8c3e1

Please sign in to comment.