Skip to content

Commit

Permalink
1.1.27
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 1, 2023
1 parent 7e71f49 commit a39056b
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,23 @@



## v1.1.27 (2023-09-01)

### Other

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

⬆️ 🛠️(deps): update dependency ruff to >=0.0.287,<0.0.288 ([`7e71f49`](https://github.com/mraniki/cefi/commit/7e71f49361e81dbc03dca4725b8d43bc27602e84))

### Update

* Update Requirements ([`63ea682`](https://github.com/mraniki/cefi/commit/63ea68265fa2b4687a8ede018157821b1ef8431c))

### ⬆️

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


## v1.1.26 (2023-08-30)

### Update
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.26"
__version__ = "1.1.27"

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.26"
version = "1.1.27"
description = "A python library, to interact with CCXT crypto exchange"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit a39056b

Please sign in to comment.