diff --git a/changelog.md b/changelog.md index d6b11b7f6..9c9b23eb7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,12 @@ # Changelog -## [4.23.4 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.23.3...main) +## [4.23.5 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.23.4...main) > [!IMPORTANT] > This version is not released yet and is under active development. +## [4.23.4 (2025-11-19)](https://github.com/kdeldycke/workflows/compare/v4.23.3...v4.23.4) + - Force use of latest Python 3.14 for docs generation. ## [4.23.3 (2025-11-18)](https://github.com/kdeldycke/workflows/compare/v4.23.2...v4.23.3) diff --git a/gha_utils/__init__.py b/gha_utils/__init__.py index 9ea45b5f0..80e454b4e 100644 --- a/gha_utils/__init__.py +++ b/gha_utils/__init__.py @@ -17,4 +17,4 @@ from __future__ import annotations -__version__ = "4.23.4" +__version__ = "4.23.5" diff --git a/pyproject.toml b/pyproject.toml index 2e5b8101b..d42e5dd6b 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.23.4" +version = "4.23.5" # Python versions and their status: https://devguide.python.org/versions/ requires-python = ">= 3.11" description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows" @@ -160,7 +160,7 @@ addopts = [ xfail_strict = true [tool.bumpversion] -current_version = "4.23.4" +current_version = "4.23.5" allow_dirty = true ignore_missing_files = true