Skip to content

Commit

Permalink
7.0.10
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 11, 2024
1 parent 747548a commit 83a8a68
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@



## v7.0.10 (2024-02-11)

### Other

* Merge pull request #572 from mraniki/dev

⬆️ 🤖 - You look like a million dollars All green and wrinkled ([`747548a`](https://github.com/mraniki/dxsp/commit/747548aa3318518e5fe9a5b83c497d9211068180))

* Remove DexEVM protocol and update __all__ in __init__.py ([`cbda811`](https://github.com/mraniki/dxsp/commit/cbda811704713db6f468bb01a1121178e7cd0467))

* Remove eth-tester and add web3client to pyproject.toml ([`462e6c1`](https://github.com/mraniki/dxsp/commit/462e6c1d441f35e20334943c9ccd8c96c59cb613))

### Update

* Update web3 version ([`de7c47f`](https://github.com/mraniki/dxsp/commit/de7c47f5cfb10ab37491ca21503de3eab7442255))

* Update eth-tester version ([`c5ab509`](https://github.com/mraniki/dxsp/commit/c5ab50906a32503947ea9124665f7940afe650d6))

* Update web3 and eth-tester versions ([`7cd2829`](https://github.com/mraniki/dxsp/commit/7cd2829e29b60d5bca3dee6c21931889a104cc68))

* Update eth-tester version to 0.9.1b2 ([`12ddbc7`](https://github.com/mraniki/dxsp/commit/12ddbc7251e20569dbc943ecb366f459842bff0a))

### ⬆️

* ⬆️ 🛠️(deps): update dependency web3 to v6.15.1 ([`052877e`](https://github.com/mraniki/dxsp/commit/052877e0c069247016d186a4abc7b3693d5a76e3))


## v7.0.9 (2024-02-03)

### 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.9"
__version__ = "7.0.10"

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




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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 83a8a68

Please sign in to comment.