Skip to content

Commit

Permalink
4.6.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 24, 2024
1 parent 85454a3 commit bf3b17d
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 @@



## v4.6.7 (2024-04-24)

### Other

* Merge pull request #459 from mraniki/dev

⬆️ 🤖 - You will be surrounded by luxury ([`85454a3`](https://github.com/mraniki/cefi/commit/85454a37e231cea6279653cd1f2c09a74b9192d6))

* Merge pull request #458 from mraniki/renovate/pytest-cov-5.x

⬆️ 🛠️(deps): update dependency pytest-cov to v5 ([`1755fea`](https://github.com/mraniki/cefi/commit/1755fea34febfb90cbd5128be4460908d7171984))

### ⬆️

* ⬆️ 🛠️(deps): update dependency pytest-cov to v5 ([`988f865`](https://github.com/mraniki/cefi/commit/988f865044a9fbb48dce23f94fb03034d6af7a2e))


## v4.6.6 (2024-04-20)

### 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__ = "4.6.6"
__version__ = "4.6.7"

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 = "4.6.6"
version = "4.6.7"
description = "A python library, to interact with Crypto Exchanges (CCXT library) and brokers (IB & Capital.com)"
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down Expand Up @@ -167,6 +167,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -279,6 +280,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit bf3b17d

Please sign in to comment.