diff --git a/CHANGELOG.md b/CHANGELOG.md index 268a01b..bb52bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -## Unreleased +## 0.35.0 (2024-09-17) diff --git a/aioinject/__init__.py b/aioinject/__init__.py index 80b8006..8fef774 100644 --- a/aioinject/__init__.py +++ b/aioinject/__init__.py @@ -25,4 +25,4 @@ "Injected", ] -__version__ = "0.34.0" +__version__ = "0.35.0" diff --git a/pyproject.toml b/pyproject.toml index 5f0fdb9..434a156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aioinject" -version = "0.34.0" +version = "0.35.0" description = "Async dependency injection library" requires-python = ">=3.10" authors = [ @@ -85,7 +85,7 @@ fail_under = 100 [tool.commitizen] name = "cz_conventional_commits" -version = "0.34.0" +version = "0.35.0" version_files = [ "aioinject/__init__.py", "pyproject.toml:version"