From 21ced5bc747c934519b75164e44ea13bd2056ad1 Mon Sep 17 00:00:00 2001 From: Doctor Date: Fri, 22 Nov 2024 21:07:11 +0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.35.2=20=E2=86=92=200.35.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ aioinject/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15850dd..9ffd82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.35.3 (2024-11-22) + +### Fix + +- avoid closing context multiple times + ## 0.35.2 (2024-11-22) ### Fix diff --git a/aioinject/__init__.py b/aioinject/__init__.py index ba80b0f..3c554a5 100644 --- a/aioinject/__init__.py +++ b/aioinject/__init__.py @@ -25,4 +25,4 @@ "Injected", ] -__version__ = "0.35.2" +__version__ = "0.35.3" diff --git a/pyproject.toml b/pyproject.toml index 3f62817..7fbfdf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aioinject" -version = "0.35.2" +version = "0.35.3" description = "Async dependency injection library" requires-python = ">=3.10" authors = [ @@ -74,7 +74,7 @@ fail_under = 100 [tool.commitizen] name = "cz_conventional_commits" -version = "0.35.2" +version = "0.35.3" version_files = [ "aioinject/__init__.py", "pyproject.toml:version"