Skip to content

Commit

Permalink
3.3.13
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 11, 2024
1 parent 4561fba commit 5475027
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.3.13 (2024-02-11)

### Other

* Merge pull request #333 from mraniki/dev

⬆️ 🤖 - Your business will go through a period of considerable expansion ([`4561fba`](https://github.com/mraniki/cefi/commit/4561fba0696bc619921d2dc989f82c1258242720))

### ♻️

* ♻️ ([`8644176`](https://github.com/mraniki/cefi/commit/8644176c29c6045fedcd50a0c968106ff0883c87))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ccxt to v4.2.42 ([`70e5b4a`](https://github.com/mraniki/cefi/commit/70e5b4a2b5aa666d0df488e4611f41afb75017f9))


## v3.3.12 (2024-02-11)

### 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.12"
__version__ = "3.3.13"

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






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 5475027

Please sign in to comment.