From 4c7f459b4345343f4200d44f9c1fcee6389ef7bc Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 23 Nov 2024 15:05:15 +0000 Subject: [PATCH] 11.1.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ dxsp/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e78eeb..aabbed49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v11.1.3 (2024-11-23) + +### Other + +* Merge pull request #753 from mraniki/dev + +⬆️ 🤖 - Whenever you find that you are on the side of the majority it is time ([`039d61c`](https://github.com/mraniki/dxsp/commit/039d61c64f44843185fdfc70a61809c4e1449a7a)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency ruff to ^0.8.0 ([`0e9ab9d`](https://github.com/mraniki/dxsp/commit/0e9ab9df0052ef2f7677d9d3f68c4e1127104654)) + + ## v11.1.2 (2024-11-21) ### Other diff --git a/dxsp/__init__.py b/dxsp/__init__.py index bb18a59e..787f5aa3 100644 --- a/dxsp/__init__.py +++ b/dxsp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "11.1.2" +__version__ = "11.1.3" from dxsp.main import DexSwap diff --git a/pyproject.toml b/pyproject.toml index da690d15..3f4c8f93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "dxsp" -version = "11.1.2" +version = "11.1.3" description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"