From e752750b374064eb298399d647fa26870e5ba1c6 Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Mon, 23 Sep 2024 01:00:43 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.2.1=20=E2=86=92=207.2.2=20[?= =?UTF-8?q?ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 12 ++++++------ cx_Freeze/__init__.py | 2 +- doc/src/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index a92cc08ad..4ac37b3ab 100644 --- a/Makefile +++ b/Makefile @@ -144,15 +144,15 @@ endif .PHONY: release release: - @echo "# Run:\n"\ - "bump-my-version bump release\n"\ - "git push origin `git branch --show-current` --tags" + @echo "Run:" + @echo " bump-my-version bump release" + @echo " git push origin `git branch --show-current` --tags" .PHONY: release-patch release-patch: - @echo "# Run:\n"\ - "bump-my-version bump patch --new-version=X.XX.X\n"\ - "git push origin `git branch --show-current` --tags" + @echo "Run:" + @echo " bump-my-version bump patch --new-version=X.XX.X" + @echo " git push origin `git branch --show-current` --tags" .PHONY: release-dev release-dev: diff --git a/cx_Freeze/__init__.py b/cx_Freeze/__init__.py index 1921b3a90..708d38e12 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.1" +__version__ = "7.2.2" def setup(**attrs) -> setuptools.Distribution: # noqa: D103 diff --git a/doc/src/conf.py b/doc/src/conf.py index 25c605e93..7a93127c9 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.1" +__version__ = "7.2.2" # 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 377001504..05864a644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ target-version = ["py38"] [tool.bumpversion] commit = true -current_version = "7.2.1" +current_version = "7.2.2" message = "Bump version: {current_version} → {new_version} [ci skip]" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)(\\-(?P[a-z]+)(?P\\d+))?" serialize = [