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 481f36b + 576393b commit 4d97f52
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.26 (2023-07-08)

### Fix

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

### Other

* Merge branch 'main' of [email protected]:mraniki/findmyorder.git ([`3223d10`](https://github.com/mraniki/findmyorder/commit/3223d10bce58c9977a3afcb843d1d1c903e1aa83))

## v1.5.25 (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.25"
__version__ = "1.5.26"

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.25"
version = "1.5.26"
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 4d97f52

Please sign in to comment.