File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1717
1818from __future__ import annotations
1919
20- __version__ = "4.9.1 "
20+ __version__ = "4.10.0 "
Original file line number Diff line number Diff line change 11[project ]
22# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
33name = " gha-utils"
4- version = " 4.9.1 "
4+ version = " 4.10.0 "
55# Python versions and their status: https://devguide.python.org/versions/
66requires-python = " >= 3.10"
77description = " ⚙️ CLI helpers for GitHub Actions + reuseable workflows"
@@ -132,7 +132,7 @@ addopts = [
132132xfail_strict = true
133133
134134[tool .bumpversion ]
135- current_version = " 4.9.1 "
135+ current_version = " 4.10.0 "
136136allow_dirty = true
137137ignore_missing_files = true
138138
You can’t perform that action at this time.
0 commit comments