Skip to content

Commit

Permalink
Update version values for release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emimaesmith committed Oct 24, 2019
1 parent 165d639 commit 5b8feaf
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, 1, '-snapshot')
VERSION = version_info_t(7, 0, 1, '')

__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, 1, '-snapshot___BUILDNUM___')
VERSION = version_info_t(7, 0, 1, '___BUILDNUM___')

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

Expand Down

0 comments on commit 5b8feaf

Please sign in to comment.