Set version to 0.17.0

This commit is contained in:
Thomas S Hatch 2013-09-19 00:05:28 -06:00
parent b5e4e15c8a
commit 974ff3b142

View file

@ -7,7 +7,7 @@ Set up the version of Salt
import sys
__version_info__ = (0, 16, 0)
__version_info__ = (0, 17, 0)
__version__ = '.'.join(map(str, __version_info__))
GIT_DESCRIBE_REGEX = (