Skip to content

Commit

Permalink
Update version values for release 5.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gisjedi committed Sep 10, 2019
1 parent 9bc98cc commit db5751c
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(5, 9, 5, '')
VERSION = version_info_t(5, 9, 6, '')

__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(5, 9, 5, '___BUILDNUM___')
VERSION = version_info_t(5, 9, 6, '___BUILDNUM___')

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

Expand Down

0 comments on commit db5751c

Please # to comment.