Skip to content

Commit 5f22fd4

Browse files
committed
[changelog] Bump minor version to v4.10.0
1 parent 3fdedd7 commit 5f22fd4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [4.9.1 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.9.0...main)
3+
## [4.10.0 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.9.0...main)
44

55
> [!IMPORTANT]
66
> This version is not released yet and is under active development.

gha_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
from __future__ import annotations
1919

20-
__version__ = "4.9.1"
20+
__version__ = "4.10.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
33
name = "gha-utils"
4-
version = "4.9.1"
4+
version = "4.10.0"
55
# Python versions and their status: https://devguide.python.org/versions/
66
requires-python = ">= 3.10"
77
description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows"
@@ -132,7 +132,7 @@ addopts = [
132132
xfail_strict = true
133133

134134
[tool.bumpversion]
135-
current_version = "4.9.1"
135+
current_version = "4.10.0"
136136
allow_dirty = true
137137
ignore_missing_files = true
138138

0 commit comments

Comments
 (0)