Skip to content

Commit

Permalink
Bump version: 6.15.10 → 6.15.11 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotduarte committed Nov 29, 2023
1 parent 4467f0f commit 156adf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cx_Freeze/__init__.py
Expand Up @@ -42,7 +42,7 @@

__all__.append(bdist_rpm.__name__)

__version__ = "6.15.10"
__version__ = "6.15.11"


def setup(**attrs): # noqa: D103
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Expand Up @@ -42,7 +42,7 @@
# General information about the project.
project = "cx_Freeze"
copyright = "2023, Marcelo Duarte" # noqa: A001
__version__ = "6.16.0-dev10"
__version__ = "6.15.11"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -116,7 +116,7 @@ target-version = ["py37"]

[tool.bumpversion]
commit = true
current_version = "6.16.0-dev10"
current_version = "6.15.11"
message = "Bump version: {current_version} → {new_version} [ci skip]"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\-(?P<release>[a-z]+)(?P<build>\\d+))?"
serialize = [
Expand Down

0 comments on commit 156adf0

Please sign in to comment.