-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Jul 8, 2023
1 parent
cb53132
commit 56a5f4a
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,16 @@ | |
|
||
<!--next-version-placeholder--> | ||
|
||
## v1.5.29 (2023-07-08) | ||
|
||
### Fix | ||
|
||
* :recycle: Refactor index.rst file ([`792318f`](https://github.com/mraniki/findmyorder/commit/792318f6b728022010e603cec8a897903e80121e)) | ||
|
||
### Other | ||
|
||
* Merge branch 'main' of [email protected]:mraniki/findmyorder.git ([`cb53132`](https://github.com/mraniki/findmyorder/commit/cb531320b53bd48c64cba99441b277c622c966d0)) | ||
|
||
## v1.5.28 (2023-07-08) | ||
|
||
### Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
""" | ||
FindMyOrder Versioning | ||
""" | ||
__version__ = "1.5.28" | ||
__version__ = "1.5.29" | ||
|
||
from .config import settings | ||
from .main import FindMyOrder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "findmyorder" | ||
version = "1.5.28" | ||
version = "1.5.29" | ||
description = "A python package to identify and parse order for trade execution." | ||
authors = ["mraniki <[email protected]>"] | ||
license = "MIT License" | ||
|