From a2474eab285634ff59f3768a506e6b13ae77715b Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Tue, 29 Oct 2024 00:22:59 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.2.3=20=E2=86=92=207.2.4=20[?= =?UTF-8?q?ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cx_Freeze/__init__.py | 2 +- doc/src/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cx_Freeze/__init__.py b/cx_Freeze/__init__.py index d638a8417..5d9ba0bec 100644 --- a/cx_Freeze/__init__.py +++ b/cx_Freeze/__init__.py @@ -45,7 +45,7 @@ __all__ += ["bdist_appimage", "bdist_deb", "bdist_rpm"] -__version__ = "7.2.3" +__version__ = "7.2.4" def setup(**attrs) -> setuptools.Distribution: # noqa: D103 diff --git a/doc/src/conf.py b/doc/src/conf.py index 3ee18be3e..ec50813af 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -45,7 +45,7 @@ # General information about the project. project = "cx_Freeze" copyright = "2024, Marcelo Duarte" # noqa: A001 -__version__ = "7.2.3" +__version__ = "7.2.4" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/pyproject.toml b/pyproject.toml index 36ebb8382..daf12c5dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ target-version = ["py38"] [tool.bumpversion] commit = true -current_version = "7.2.3" +current_version = "7.2.4" message = "Bump version: {current_version} → {new_version} [ci skip]" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)(\\-(?P[a-z]+)(?P\\d+))?" serialize = [