We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974ff3b commit 0dcdc25Copy full SHA for 0dcdc25
salt/version.py
@@ -7,7 +7,7 @@
7
import sys
8
9
10
-__version_info__ = (0, 17, 0)
+__version_info__ = (0, 17, '0rc1')
11
__version__ = '.'.join(map(str, __version_info__))
12
13
GIT_DESCRIBE_REGEX = (
0 commit comments