From 0eb1e6121f7a1cab5f032256b735407f3bb667ce Mon Sep 17 00:00:00 2001 From: kdeldycke <159718+kdeldycke@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:22:14 +0000 Subject: [PATCH] [changelog] Bump minor version to v4.9.0 --- changelog.md | 2 +- gha_utils/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 212779c99..d64114457 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [4.8.5 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.8.4...main) +## [4.9.0 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.8.4...main) > [!IMPORTANT] > This version is not released yet and is under active development. diff --git a/gha_utils/__init__.py b/gha_utils/__init__.py index bb4ee2c2d..1f213b539 100644 --- a/gha_utils/__init__.py +++ b/gha_utils/__init__.py @@ -17,4 +17,4 @@ from __future__ import annotations -__version__ = "4.8.5" +__version__ = "4.9.0" diff --git a/pyproject.toml b/pyproject.toml index 3d059e9ac..e3bb1bed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] # Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ name = "gha-utils" -version = "4.8.5" +version = "4.9.0" # Python versions and their status: https://devguide.python.org/versions/ requires-python = ">= 3.10" description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows" @@ -132,7 +132,7 @@ addopts = [ xfail_strict = true [tool.bumpversion] -current_version = "4.8.5" +current_version = "4.9.0" allow_dirty = true ignore_missing_files = true