Skip to content

Commit

Permalink
Update version values for release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Jul 23, 2019
1 parent 51605ee commit 3e4df48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scale/scale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'version_info_t', ('major', 'minor', 'patch', 'qualifier'),
)

VERSION = version_info_t(7, 0, 0, '-snapshot')
VERSION = version_info_t(7, 0, 0, '')

__version__ = '{0.major}.{0.minor}.{0.patch}{0.qualifier}'.format(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion scale/scale/__init__.py.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version_info_t = namedtuple(
'version_info_t', ('major', 'minor', 'patch', 'qualifier'),
)

VERSION = version_info_t(7, 0, 0, '-snapshot___BUILDNUM___')
VERSION = version_info_t(7, 0, 0, '___BUILDNUM___')

__version__ = '{0.major}.{0.minor}.{0.patch}{0.qualifier}'.format(VERSION)

Expand Down

0 comments on commit 3e4df48

Please # to comment.