From d5b0eee3a1c511953640f2c4d407fca736501cbb Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Sat, 30 Sep 2023 23:33:49 -0300 Subject: [PATCH] =?UTF-8?q?"Bump=20version:=206.15.8=20=E2=86=92=206.15.9?= =?UTF-8?q?=20[ci=20skip]"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- cx_Freeze/__init__.py | 2 +- doc/src/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 802956ff3..04eac0625 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.15.8 +current_version = 6.15.9 commit = True message = "Bump version: {current_version} → {new_version} [ci skip]" parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/cx_Freeze/__init__.py b/cx_Freeze/__init__.py index e76e5c573..52b3cc987 100644 --- a/cx_Freeze/__init__.py +++ b/cx_Freeze/__init__.py @@ -42,7 +42,7 @@ __all__.append(bdist_rpm.__name__) -__version__ = "6.15.8" +__version__ = "6.15.9" def setup(**attrs): # noqa: D103 diff --git a/doc/src/conf.py b/doc/src/conf.py index df7340191..b08c175d6 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -48,7 +48,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = "6.15.8" +release = "6.15.9" # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/pyproject.toml b/pyproject.toml index 6109339b6..ae0d4ca67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "cx_Freeze" -version = "6.15.8" +version = "6.15.9" description = "Create standalone executables from Python scripts" authors = [ {name = "Anthony Tuininga", email = "anthony.tuininga@gmail.com"}