Skip to content

Commit

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



## v1.1.21 (2023-08-22)

### Other

* Merge pull request #23 from mraniki/dependabot/pip/sphinx-7.2.2

⬆️ Dep: Update sphinx requirement from 7.1.0 to 7.2.2 ([`9a43183`](https://github.com/mraniki/cefi/commit/9a43183c91858612a11b3f9e9547d521f82d44f4))

### Update

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

* :arrow_up: Dep: Update sphinx requirement from 7.1.0 to 7.2.2

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.0...v7.2.2)

---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]> ([`392d4a3`](https://github.com/mraniki/cefi/commit/392d4a3c42e34de10e42201d974161542c6234b5))


## v1.1.20 (2023-08-21)

### 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__ = "1.1.20"
__version__ = "1.1.21"

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

0 comments on commit 8863c0e

Please sign in to comment.