From f7e7bfb4085b423c632d6266d7ddb1754e7d2d52 Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Mon, 18 Dec 2023 03:33:24 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.15.11=20=E2=86=92=206.15.12?= =?UTF-8?q?=20[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 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 = [