Skip to content

Commit

Permalink
3.1.12
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 f691313 commit b508bf4
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.1.12 (2023-10-17)

### Other

* Merge pull request #88 from mraniki/dev

👷 CI Change ([`f691313`](https://github.com/mraniki/cefi/commit/f691313c1e863c4214a5bd126d111e489a0e7674))

### Update

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

###

* ✅ Unit Test ([`134f063`](https://github.com/mraniki/cefi/commit/134f063538fbf1b161c820c6237861771960d02a))

* ✅ Unit Test ([`1050893`](https://github.com/mraniki/cefi/commit/105089393f840d5aa90093308bc1b2b81e1970ba))

### 👷

* 👷 CI Change ([`c3a812e`](https://github.com/mraniki/cefi/commit/c3a812ed900f2c6c85084241c4057f57a1668f1c))


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

### 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.11"
__version__ = "3.1.12"

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.11"
version = "3.1.12"
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]
Expand Down Expand Up @@ -102,6 +103,7 @@ pytest-loguru = "^0.3.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit b508bf4

Please sign in to comment.