Skip to content

Commit

Permalink
3.3.11
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 10, 2024
1 parent 630ac87 commit 466b96f
Show file tree
Hide file tree
Showing 3 changed files with 17 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 @@



## v3.3.11 (2024-02-10)

### Other

* Merge pull request #329 from mraniki/dev

⬆️ 🤖 - You get along very well with everyone except animals and people ([`630ac87`](https://github.com/mraniki/cefi/commit/630ac87f3c568dca9793722852ff0ac99baf01bf))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ccxt to v4.2.40 ([`2ad93f3`](https://github.com/mraniki/cefi/commit/2ad93f36a2a7b822f66b1438b1c06d5867abe617))


## v3.3.10 (2024-02-09)

### 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.3.10"
__version__ = "3.3.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.3.10"
version = "3.3.11"
description = "A python library, to interact with CCXT crypto exchange"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -91,6 +91,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -135,6 +136,7 @@ pytest-loguru = "^0.3.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit 466b96f

Please sign in to comment.