Skip to content

Commit

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



## v9.0.6 (2024-03-30)

### Other

* Merge pull request #606 from mraniki/dev

✅ Unit Test: update test_unit_dexswap.py and test_unit_utils.py ([`5063795`](https://github.com/mraniki/dxsp/commit/5063795e0f4380f5ce77a338483837727298b3d1))

###

* ✅ Unit Test: update test_unit_dexswap.py and test_unit_utils.py ([`01727e5`](https://github.com/mraniki/dxsp/commit/01727e55938b34ab2b993c69f7dde307d295b83e))

### 🐛

* 🐛 ([`628b910`](https://github.com/mraniki/dxsp/commit/628b910fcbdca06cf80ff239bcfdd941568aec9c))

* 🐛 ([`1b587ba`](https://github.com/mraniki/dxsp/commit/1b587ba194d913085c7e16af1227d08a2be92309))


## v9.0.5 (2024-03-29)

### :white_check_mark:
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__ = "9.0.5"
__version__ = "9.0.6"

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






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 6b45bf8

Please sign in to comment.