Skip to content

Commit

Permalink
Bump version: 7.2.7 → 7.2.8 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotduarte committed Jan 4, 2025
1 parent 5fc37ad commit 0c942e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cx_Freeze/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
__all__ += ["bdist_appimage", "bdist_deb", "bdist_rpm"]


__version__ = "7.2.7"
__version__ = "7.2.8"


def setup(**attrs) -> setuptools.Distribution: # noqa: D103
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# General information about the project.
project = "cx_Freeze"
copyright = "2025, Marcelo Duarte" # noqa: A001
__version__ = "7.2.7"
__version__ = "7.2.8"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ target-version = ["py38"]

[tool.bumpversion]
commit = true
current_version = "7.2.7"
current_version = "7.2.8"
message = "Bump version: {current_version} → {new_version} [ci skip]"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
Expand Down

0 comments on commit 0c942e8

Please sign in to comment.