Skip to content

Commit

Permalink
3.1.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 10, 2023
1 parent ab44ded commit 04ddb51
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@



## v3.1.5 (2023-10-10)

### Other

* Merge pull request #74 from mraniki/dev

⬆️ 🤖 Dependencies: Update ccxt requirement from 4.1.1 to 4.1.9 ([`ab44ded`](https://github.com/mraniki/cefi/commit/ab44dedba58bbe7dc8558bbb5799eb17c29b373e))

* Merge pull request #73 from mraniki/dependabot/pip/dev/ccxt-4.1.9

⬆️ 🤖 Dependencies: Update ccxt requirement from 4.1.1 to 4.1.9 ([`4db8a99`](https://github.com/mraniki/cefi/commit/4db8a99603e650619e64bd081ddca9867525df86))

### Update

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

* :arrow_up: 🤖 Dependencies: Update ccxt requirement from 4.1.1 to 4.1.9

Updates the requirements on [ccxt](https://github.com/ccxt/ccxt) to permit the latest version.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/4.1.1...4.1.9)

---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]> ([`f36257e`](https://github.com/mraniki/cefi/commit/f36257ec9ecae09dbd57f11b1a8190d8761a757d))


## v3.1.4 (2023-10-07)

### 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.4"
__version__ = "3.1.5"

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




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -90,6 +91,7 @@ pytest-loguru = "^0.3.0"




[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 04ddb51

Please sign in to comment.