Skip to content

Commit

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



## v1.1.1 (2023-08-09)

### :whale:

* :whale: ([`448b84d`](https://github.com/mraniki/cefi/commit/448b84d1ad8f83cbd0ae75c996dca5b3b971ef43))

### Other

* Merge pull request #4 from mraniki/dev

🐳 ([`3b6757f`](https://github.com/mraniki/cefi/commit/3b6757f0f498e55094115da65129576d2876c9d6))

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


## v1.1.0 (2023-08-09)

### :sparkles:
Expand All @@ -10,6 +25,8 @@

### Other

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

* Merge pull request #3 from mraniki/dev

Update ([`73e9ff4`](https://github.com/mraniki/cefi/commit/73e9ff4308510efd66df0f163eff45d638a21d28))
Expand All @@ -20,6 +37,10 @@ Conflicts:
cex/__init__.py
pyproject.toml ([`645dc2a`](https://github.com/mraniki/cefi/commit/645dc2af2078f9a8dae2bf2122b7b0012553a29a))

### Update

* Update Requirements ([`615ba79`](https://github.com/mraniki/cefi/commit/615ba7948f0d28bf1e530d5c2d6db89bcade375c))


## v1.0.3 (2023-08-09)

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.0"
__version__ = "1.1.1"

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

0 comments on commit a26da7d

Please sign in to comment.