Skip to content

Commit

Permalink
7.0.15
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 25, 2024
1 parent 5791ffe commit 73ad6d5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v7.0.15 (2024-03-25)

### Other

* Merge pull request #593 from mraniki/dev

⬆️ 🤖 - Q How can you tell when a Burroughs salesman is lying ([`5791ffe`](https://github.com/mraniki/dxsp/commit/5791ffe95a7131e4e1b410f35c550e406f782dda))

### ⬆️

* ⬆️ 🛠️(deps): update dependency pytest-loguru to ^0.4.0 ([`7a1a921`](https://github.com/mraniki/dxsp/commit/7a1a9214fa886361795d41536bdd6cfad74179ae))

* ⬆️ 🛠️(deps): update dependency eth-ape to v0.7.13 ([`c3e58f2`](https://github.com/mraniki/dxsp/commit/c3e58f256082397977e60eeb8ac78cc8bc5ba1da))


## v7.0.14 (2024-03-01)

### 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.14"
__version__ = "7.0.15"

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




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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 73ad6d5

Please sign in to comment.