diff --git a/cx_Freeze/__init__.py b/cx_Freeze/__init__.py index 433342df6..a9c5fccc5 100644 --- a/cx_Freeze/__init__.py +++ b/cx_Freeze/__init__.py @@ -42,7 +42,7 @@ __all__.append(bdist_rpm.__name__) -__version__ = "6.15.11" +__version__ = "6.15.12" def setup(**attrs): # noqa: D103 diff --git a/doc/src/conf.py b/doc/src/conf.py index 10f7ec522..4c40622b6 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -42,7 +42,7 @@ # General information about the project. project = "cx_Freeze" copyright = "2023, Marcelo Duarte" # noqa: A001 -__version__ = "6.15.11" +__version__ = "6.15.12" # 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 cf53f28cd..2990a6af5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ target-version = ["py37"] [tool.bumpversion] commit = true -current_version = "6.15.11" +current_version = "6.15.12" message = "Bump version: {current_version} → {new_version} [ci skip]" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)(\\-(?P[a-z]+)(?P\\d+))?" serialize = [