gha-utils 4.5.3__tar.gz → 4.5.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gha-utils might be problematic. Click here for more details.
- {gha_utils-4.5.3 → gha_utils-4.5.4}/PKG-INFO +1 -1
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils/__init__.py +1 -1
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils.egg-info/PKG-INFO +1 -1
- {gha_utils-4.5.3 → gha_utils-4.5.4}/pyproject.toml +2 -2
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils/__main__.py +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils/changelog.py +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils/cli.py +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils/mailmap.py +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils/metadata.py +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils/py.typed +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils.egg-info/SOURCES.txt +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils.egg-info/dependency_links.txt +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils.egg-info/entry_points.txt +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils.egg-info/requires.txt +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/gha_utils.egg-info/top_level.txt +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/readme.md +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/setup.cfg +0 -0
- {gha_utils-4.5.3 → gha_utils-4.5.4}/tests/test_changelog.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
|
|
3
3
|
name = "gha-utils"
|
|
4
|
-
version = "4.5.
|
|
4
|
+
version = "4.5.4"
|
|
5
5
|
# Python versions and their status: https://devguide.python.org/versions/
|
|
6
6
|
requires-python = ">= 3.9"
|
|
7
7
|
description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows"
|
|
@@ -120,7 +120,7 @@ warn_unreachable = true
|
|
|
120
120
|
pretty = true
|
|
121
121
|
|
|
122
122
|
[tool.bumpversion]
|
|
123
|
-
current_version = "4.5.
|
|
123
|
+
current_version = "4.5.4"
|
|
124
124
|
allow_dirty = true
|
|
125
125
|
ignore_missing_files = true
|
|
126
126
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|