Skip to content

Commit

Permalink
10.2.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 19, 2024
1 parent 0fb11a3 commit 33eabe0
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 @@



## v10.2.5 (2024-04-19)

### Other

* Merge pull request #645 from mraniki/dev

⬆️ 🤖 - Lord what fools these mortals be ([`0fb11a3`](https://github.com/mraniki/dxsp/commit/0fb11a33aad690be7a7bc50e5d0cf0def927009f))

### ⬆️

* ⬆️ 🛠️(deps): update dependency sphinx to v7.3.7 ([`c0a8cfd`](https://github.com/mraniki/dxsp/commit/c0a8cfdaa833b99e60b5bc1b33805b75ee9210f5))

### 🎨

* 🎨 update main.py ([`700873d`](https://github.com/mraniki/dxsp/commit/700873d6b00d5ec9a2d63d597948333e5bf9d3e2))


## v10.2.4 (2024-04-19)

### 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__ = "10.2.4"
__version__ = "10.2.5"

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 = "10.2.4"
version = "10.2.5"
description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -103,6 +103,7 @@ quote-style = "double"






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -188,6 +189,7 @@ skips = ["B101","B104"]






[tool.poetry.group.docs]
Expand Down

0 comments on commit 33eabe0

Please sign in to comment.