From 73ad6d5dc36e558c8b9070eefed9ec55e30d567f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Mar 2024 06:05:46 +0000 Subject: [PATCH] 7.0.15 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ dxsp/__init__.py | 2 +- pyproject.toml | 4 +++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e33bd00..45eb510f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dxsp/__init__.py b/dxsp/__init__.py index c7f4b065..3627c2c3 100644 --- a/dxsp/__init__.py +++ b/dxsp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "7.0.14" +__version__ = "7.0.15" from dxsp.main import DexSwap diff --git a/pyproject.toml b/pyproject.toml index 80fe3e9d..07a79bd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" @@ -73,6 +73,7 @@ fixable = ["ALL"] + [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1" @@ -132,6 +133,7 @@ skips = ["B101","B104"] + [tool.poetry.group.docs]