Skip to content

Commit

Permalink
1.1.14
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 12, 2023
1 parent cc36c0e commit c058ebd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v1.1.14 (2023-08-12)

### Other

* Merge pull request #16 from mraniki/dev

📝 Documentation update ([`cc36c0e`](https://github.com/mraniki/cefi/commit/cc36c0e070b4ba0500fbdd959fff8ebb71fffa31))

* Merge branch 'main' into dev ([`8c1bc09`](https://github.com/mraniki/cefi/commit/8c1bc098c71be6ecd7dfeb204a5a8d33a46a7421))

### Update

* Update Requirements ([`9cc8239`](https://github.com/mraniki/cefi/commit/9cc82395a9b0b985a13f20075045abf88bdaaf1d))

### 📝

* 📝 ([`ad0a005`](https://github.com/mraniki/cefi/commit/ad0a005ed0f07b37b7644edb6ad083cc910bbf68))


## v1.1.13 (2023-08-11)

### :memo:
Expand All @@ -10,10 +29,16 @@

### Other

* Merge branch 'main' into dev ([`810f714`](https://github.com/mraniki/cefi/commit/810f714f4d8ca70ca94f4524baf25c0c5d5e88ba))

* Merge pull request #15 from mraniki/dev

:memo: ([`ec7862e`](https://github.com/mraniki/cefi/commit/ec7862ebd121865ac629953ae47752ee22f3e9ab))

### Update

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


## v1.1.12 (2023-08-10)

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.13"
__version__ = "1.1.14"

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

0 comments on commit c058ebd

Please sign in to comment.