Skip to content

Commit

Permalink
Merge branch 'main' of [email protected]:mraniki/findmyorder.git
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 8, 2023
2 parents 792318f + 7c7111f commit cb53132
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v1.5.28 (2023-07-08)

### Fix

* :memo: Update index.rst file with new links and language settings ([`3b43272`](https://github.com/mraniki/findmyorder/commit/3b43272fc3d9d6bf8e9a8d4c64c05cd64b1a158f))

### Other

* Merge branch 'main' of [email protected]:mraniki/findmyorder.git ([`062ab4e`](https://github.com/mraniki/findmyorder/commit/062ab4e8de1ab6365002b5e429f45dc1329eb5e1))

## v1.5.27 (2023-07-08)

### 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.27"
__version__ = "1.5.28"

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.5.27"
version = "1.5.28"
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 cb53132

Please sign in to comment.