Skip to content

Commit

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



## v3.2.0 (2023-10-17)

### Other

* Merge pull request #89 from mraniki/dev

✨ trading_amount_threshold ⬆️ ccxt to v4.1.16 ([`55e1dab`](https://github.com/mraniki/cefi/commit/55e1dabf9278a4d6a47accdb5d9c9becae0cfd0f))

### Update

* Update Requirements ([`089a4fb`](https://github.com/mraniki/cefi/commit/089a4fb05bc8ae60a905b63f5db234802bf43147))

* Update Requirements ([`4d9c501`](https://github.com/mraniki/cefi/commit/4d9c501c67cfee601071ef3f84de66dc44ed5021))

###

* ✨ trading_amount_threshold ([`5a2fdd8`](https://github.com/mraniki/cefi/commit/5a2fdd86d152fa29cc3620d394c96b463e2ca2f7))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ccxt to v4.1.16 ([`0c95447`](https://github.com/mraniki/cefi/commit/0c95447bf9e4e526c56d560591eff56201bd8af4))


## v3.1.12 (2023-10-17)

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

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






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 18e5e77

Please sign in to comment.