From d413746ceec1ffac555e46a0ec928198fed7cebb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 May 2024 10:26:44 +0000 Subject: [PATCH] =?UTF-8?q?release:=200.43.4=20=E2=86=92=200.43.5=20[skip-?= =?UTF-8?q?ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- pyproject.toml | 2 +- setup.py | 2 +- src/buvar/__init__.py | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3aa3a7..67edcd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.43.5 (2024-05-14) + +### Fix + +- add release (#9) + ## 0.43.4 (2024-05-14) ### Fix diff --git a/VERSION b/VERSION index ccee441..64a2ba6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.43.4 +0.43.5 diff --git a/pyproject.toml b/pyproject.toml index f5df808..e968a20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.commitizen] name = "cz_conventional_commits" -version = "0.43.4" +version = "0.43.5" tag_format = "$version" bump_message = "release: $current_version → $new_version [skip-ci]" diff --git a/setup.py b/setup.py index 8c23d37..aee4e13 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def finalize_options(self): setup_kwargs = { "name": "buvar", - "version": "0.43.4", + "version": "0.43.5", "description": "Asyncio plugins, components, dependency injection and configs", "long_description": description, "long_description_content_type": "text/x-rst", diff --git a/src/buvar/__init__.py b/src/buvar/__init__.py index 4cd8f1d..ec3facd 100644 --- a/src/buvar/__init__.py +++ b/src/buvar/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.43.4" +__version__ = "0.43.5" __version_info__ = tuple(__version__.split("."))