Skip to content

Commit

Permalink
1.1.25
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 28, 2023
1 parent 6036c66 commit 757c60c
Show file tree
Hide file tree
Showing 3 changed files with 19 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,15 @@



## v1.1.25 (2023-08-28)

### Other

* Merge pull request #26 from mraniki/renovate/ruff-0.x

⬆️ 🛠️(deps): update dependency ruff to >=0.0.286,<0.0.287 ([`6036c66`](https://github.com/mraniki/cefi/commit/6036c6674a57b1daecbd95742a54984b37bb02d1))


## v1.1.24 (2023-08-28)

### Other
Expand All @@ -10,6 +19,14 @@

🐛 📝 extension error ([`4e5f11f`](https://github.com/mraniki/cefi/commit/4e5f11fa32670cefd768c0be22769cd064c0c34f))

### Update

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

### ⬆️

* ⬆️ 🛠️(deps): update dependency ruff to >=0.0.286,<0.0.287 ([`e460fa3`](https://github.com/mraniki/cefi/commit/e460fa3abf02e57842949734136faf3660d7bf2a))

### 🐛

* 🐛 📝 extension error ([`bd77653`](https://github.com/mraniki/cefi/commit/bd77653fca29d0fdfefae4a7586202850371375b))
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__ = "1.1.24"
__version__ = "1.1.25"

from cefi.config import settings
from cefi.main import CexExchange
2 changes: 1 addition & 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 = "1.1.24"
version = "1.1.25"
description = "A python library, to interact with CCXT crypto exchange"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 757c60c

Please sign in to comment.