Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 20, 2023
1 parent dcf0301 commit 1cb8355
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v2.0.4 (2023-09-20)

### Other

* Merge pull request #47 from mraniki/dev

✅ Unit Test ([`dcf0301`](https://github.com/mraniki/cefi/commit/dcf03014235271b323a5dce997b4a90e927e69e5))

###

* ✅ Unit Test ([`6f1499c`](https://github.com/mraniki/cefi/commit/6f1499cc733afef50f6a486083fb2db2fd913557))


## v2.0.3 (2023-09-19)

### Other
Expand Down
2 changes: 1 addition & 1 deletion cefi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.0.3"
__version__ = "2.0.4"

from cefi.main import CexTrader
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 = "cefi"
version = "2.0.3"
version = "2.0.4"
description = "A python library, to interact with CCXT crypto exchange"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 1cb8355

Please sign in to comment.