generated from mraniki/template
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Aug 9, 2023
1 parent
0a0b374
commit f84c7ea
Showing
3 changed files
with
17 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,21 @@ | |
|
||
|
||
|
||
## v1.1.9 (2023-08-09) | ||
|
||
### :memo: | ||
|
||
* :memo: ([`f642f20`](https://github.com/mraniki/cefi/commit/f642f20fab208e69425d75a3113941fd82b35f0f)) | ||
|
||
### Other | ||
|
||
* Merge pull request #12 from mraniki/dev | ||
|
||
📝 ([`0a0b374`](https://github.com/mraniki/cefi/commit/0a0b37448b682d4eeecdb4dee893c44f8f0f7a02)) | ||
|
||
* Merge branch 'dev' of [email protected]:mraniki/cefi.git ([`6dba475`](https://github.com/mraniki/cefi/commit/6dba4758c102b3cb36f56404ca55e0900927c886)) | ||
|
||
|
||
## v1.1.8 (2023-08-09) | ||
|
||
### :bug: | ||
|
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,4 +1,4 @@ | ||
__version__ = "1.1.8" | ||
__version__ = "1.1.9" | ||
|
||
from cefi.config import settings | ||
from cefi.main import CexExchange |
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 = "cefi" | ||
version = "1.1.8" | ||
version = "1.1.9" | ||
description = "A python library, to interact with CCXT crypto exchange" | ||
authors = ["mraniki <[email protected]>"] | ||
license = "MIT License" | ||
|