Skip to content

Commit

Permalink
3.2.44
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 24, 2024
1 parent c31581e commit 5cb6395
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.2.44 (2024-01-24)

### Other

* Merge pull request #295 from mraniki/dev

⬆️ 🤖 - Q What is the burning question on the mind of every dyslexic ([`c31581e`](https://github.com/mraniki/cefi/commit/c31581ef327dc66474ac3207ef7ef3831dbad37e))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ccxt to v4.2.21 ([`7091911`](https://github.com/mraniki/cefi/commit/7091911916f48d74e12e5a18336175a29afec45b))


## v3.2.43 (2024-01-23)

### 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.2.43"
__version__ = "3.2.44"

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






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 5cb6395

Please sign in to comment.