Skip to content

Commit

Permalink
[changelog] Bump major version to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke authored and github-actions[bot] committed Jul 24, 2024
1 parent ce1f615 commit 2ae6b54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [4.3.3 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.3.2...main)
## [5.0.0 (unreleased)](https://github.com/kdeldycke/workflows/compare/v4.3.2...main)

> \[!IMPORTANT\]
> This version is not released yet and is under active development.
Expand Down
2 changes: 1 addition & 1 deletion gha_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

from __future__ import annotations

__version__ = "4.3.3"
__version__ = "5.0.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
name = "gha-utils"
version = "4.3.3"
version = "5.0.0"
# Python versions and their status: https://devguide.python.org/versions/
# XXX 3.8 is not enough and we need to bump requirements to 3.8.6 because of:
# https://github.com/clbarnes/backports.strenum/issues/1
Expand Down Expand Up @@ -104,7 +104,7 @@ warn_unreachable = true
pretty = true

[tool.bumpversion]
current_version = "4.3.3"
current_version = "5.0.0"
allow_dirty = true
ignore_missing_files = true

Expand Down

0 comments on commit 2ae6b54

Please sign in to comment.