From 338676e31ae9a35ae62a113d5754fef11ec1fed3 Mon Sep 17 00:00:00 2001 From: Doctor Date: Tue, 24 Sep 2024 09:35:35 +0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.35.0=20=E2=86=92=200.35.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ aioinject/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd4fa1..a0e8f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.35.1 (2024-09-24) + ## 0.35.0 (2024-09-17) ### Feat diff --git a/aioinject/__init__.py b/aioinject/__init__.py index 8fef774..8b51396 100644 --- a/aioinject/__init__.py +++ b/aioinject/__init__.py @@ -25,4 +25,4 @@ "Injected", ] -__version__ = "0.35.0" +__version__ = "0.35.1" diff --git a/pyproject.toml b/pyproject.toml index ecd8c86..4f46937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aioinject" -version = "0.35.0" +version = "0.35.1" description = "Async dependency injection library" requires-python = ">=3.10" authors = [ @@ -86,7 +86,7 @@ fail_under = 100 [tool.commitizen] name = "cz_conventional_commits" -version = "0.35.0" +version = "0.35.1" version_files = [ "aioinject/__init__.py", "pyproject.toml:version"