From e5fba833436a2bf8e5a71e813c24aa485489a4fe Mon Sep 17 00:00:00 2001 From: kdeldycke <159718+kdeldycke@users.noreply.github.com> Date: Sat, 25 Jan 2025 05:57:01 +0000 Subject: [PATCH] [changelog] Bump major version to v5.0.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 7b1332b5b..dbde72f50 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [4.13.1 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.13.0...main) +## [5.0.0 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.13.0...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 a9acf1f8e..bb191fd09 100644 --- a/gha_utils/__init__.py +++ b/gha_utils/__init__.py @@ -17,4 +17,4 @@ from __future__ import annotations -__version__ = "4.13.1" +__version__ = "5.0.0" diff --git a/pyproject.toml b/pyproject.toml index 54e69741f..9ce910ed8 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.13.1" +version = "5.0.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.13.1" +current_version = "5.0.0" allow_dirty = true ignore_missing_files = true