Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Bump version 4.7.0-alpha to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Pascual committed Aug 7, 2020
1 parent bb61daf commit 42fbf7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commit = True
message = Bump version {current_version} to {new_version}
tag = False
tag_name = {new_version}
current_version = 4.7.0-alpha
current_version = 4.7.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion lib/taurus/core/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# we use semantic versioning (http://semver.org/) and we update it using the
# bumpversion script (https://github.com/peritus/bumpversion)
version = '4.7.0-alpha'
version = '4.7.0'

# generate version_info and revision (**deprecated** since version 4.0.2-dev).
if '-' in version:
Expand Down

0 comments on commit 42fbf7d

Please sign in to comment.