Skip to content

Commit

Permalink
7.0.13
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 27, 2024
1 parent 4a2104a commit 71db558
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v7.0.13 (2024-02-27)

### Other

* Merge pull request #584 from mraniki/dev

⬆️ ([`4a2104a`](https://github.com/mraniki/dxsp/commit/4a2104a7170146fcbb4dbb5580c562c536f4c2d4))

### ⬆️

* ⬆️ ([`d6ebf8d`](https://github.com/mraniki/dxsp/commit/d6ebf8dfc4900da0f7ff180d03040779806c85b1))

### 🐛

* 🐛 ([`d889b88`](https://github.com/mraniki/dxsp/commit/d889b88ce7ca4f9b96fcc169464d24beb0f445b4))


## v7.0.12 (2024-02-27)

### Other
Expand Down
2 changes: 1 addition & 1 deletion dxsp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "7.0.12"
__version__ = "7.0.13"

from dxsp.main import DexSwap

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 = "dxsp"
version = "7.0.12"
version = "7.0.13"
description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -71,6 +71,7 @@ fixable = ["ALL"]




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand Down Expand Up @@ -128,6 +129,7 @@ skips = ["B101","B104"]






[tool.poetry.group.docs]
Expand Down

0 comments on commit 71db558

Please sign in to comment.