Skip to content

Commit

Permalink
Bump version: 6.12.0-dev1 → 6.12.0 (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotduarte authored Oct 12, 2022
1 parent a1fa17e commit 7d3443d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12.0-dev1
current_version = 6.12.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion cx_Freeze/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

__all__.append(bdist_rpm.__name__)

__version__ = "6.12.0-dev1"
__version__ = "6.12.0"


def _add_command_class(command_classes, name, cls):
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = "6.12.0-dev1"
release = "6.12.0"
# The short X.Y version.
version = ".".join(release.split(".")[:2])

Expand Down

0 comments on commit 7d3443d

Please sign in to comment.