Skip to content

Commit

Permalink
3.1.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 11, 2023
1 parent d0ebe05 commit f658af1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v3.1.8 (2023-10-11)

### Other

* Merge pull request #78 from mraniki/dev

👷 CI Change ([`d0ebe05`](https://github.com/mraniki/cefi/commit/d0ebe05c216b5f2058e747017930ace13bcbebb5))

### 👷

* 👷 CI Change ([`53e7cf6`](https://github.com/mraniki/cefi/commit/53e7cf606148a0f983dab344024a9ad615f2e753))


## v3.1.7 (2023-10-10)

### 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__ = "3.1.7"
__version__ = "3.1.8"

from cefi.main import CexTrader

Expand Down
4 changes: 3 additions & 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 = "3.1.7"
version = "3.1.8"
description = "A python library, to interact with CCXT crypto exchange"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -72,6 +72,7 @@ overgeneral-exceptions = [




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -96,6 +97,7 @@ pytest-loguru = "^0.3.0"




[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit f658af1

Please sign in to comment.