From 77299446c43dd770aff704ae450b02700db35fd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Sep 2024 10:06:35 +0000 Subject: [PATCH] =?UTF-8?q?release:=200.43.8=20=E2=86=92=200.43.9=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 025a40e..26ce500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.43.9 (2024-09-10) + +### Fix + +- use manylinux_2_28 ang actions/checkout@v4 + ## 0.43.8 (2024-09-10) ### Fix diff --git a/VERSION b/VERSION index 78a8537..edd47b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.43.8 +0.43.9 diff --git a/pyproject.toml b/pyproject.toml index 594b13d..0f646c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.commitizen] name = "cz_conventional_commits" -version = "0.43.8" +version = "0.43.9" tag_format = "$version" bump_message = "release: $current_version → $new_version [skip-ci]" diff --git a/setup.py b/setup.py index 54be7f1..fd75b78 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def finalize_options(self): setup_kwargs = { "name": "buvar", - "version": "0.43.8", + "version": "0.43.9", "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 6497ab4..4e58a9f 100644 --- a/src/buvar/__init__.py +++ b/src/buvar/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.43.8" +__version__ = "0.43.9" __version_info__ = tuple(__version__.split("."))