Skip to content

Commit

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



## v3.1.11 (2023-10-15)

### Other

* Merge pull request #85 from mraniki/dev

⬆️ 🛠️(deps): update dependency ccxt to v4.1.13 ([`f529196`](https://github.com/mraniki/cefi/commit/f52919670f4b59c35f041fdaea7b2a48e7153d7c))

### Update

* Update Requirements ([`9505384`](https://github.com/mraniki/cefi/commit/9505384ccbd8c8889f32bf560ed03e5681fabfe9))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ccxt to v4.1.13 ([`946f01a`](https://github.com/mraniki/cefi/commit/946f01a212e327b3a21928ee27027ac14d532132))


## v3.1.10 (2023-10-14)

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

from cefi.main import CexTrader

Expand Down
4 changes: 3 additions & 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 = "3.1.10"
version = "3.1.11"
description = "A python library, to interact with CCXT crypto exchange"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -74,6 +74,7 @@ overgeneral-exceptions = [





[tool.poetry.group.test.dependencies]
pytest = "^7.0"
Expand All @@ -100,6 +101,7 @@ pytest-loguru = "^0.3.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit 2d456e4

Please sign in to comment.