Skip to content

Commit

Permalink
Bump version: 6.15.3 → 6.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotduarte committed Jul 15, 2023
1 parent cae4ea4 commit 85d66bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.15.3
current_version = 6.15.4
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion cx_Freeze/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

__all__.append(bdist_rpm.__name__)

__version__ = "6.15.3"
__version__ = "6.15.4"


def setup(**attrs): # noqa: D103
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = "6.15.3"
release = "6.15.4"
# The short X.Y version.
version = ".".join(release.split(".")[:2])

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cx_Freeze"
version = "6.15.3"
version = "6.15.4"
description = "Create standalone executables from Python scripts"
authors = [{name = "Anthony Tuininga", email = "anthony.tuininga@gmail.com"}]
maintainers = [{name = "Marcelo Duarte", email = "marcelotduarte@users.noreply.github.com"}]
Expand Down

0 comments on commit 85d66bd

Please sign in to comment.