Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 4, 2023
1 parent 9ef9a7d commit 5e9ce38
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.0 (2023-10-04)

### Other

* Merge pull request #66 from mraniki/dev

🥚Add support for .op.toml configuration file ([`9ef9a7d`](https://github.com/mraniki/cefi/commit/9ef9a7d6004828fd8d5481869fcba1f0423da2d5))

### 🥚

* 🥚Add support for .op.toml configuration file ([`eaebe17`](https://github.com/mraniki/cefi/commit/eaebe17b9bdc665e17c2c4571b71c361fe27c3ff))


## v3.0.4 (2023-10-04)

### :wrench:
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.0.4"
__version__ = "3.1.0"

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.0.4"
version = "3.1.0"
description = "A python library, to interact with CCXT crypto exchange"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -64,6 +64,7 @@ overgeneral-exceptions = [




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




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

Expand Down

0 comments on commit 5e9ce38

Please sign in to comment.