8000 Bump version to 0.15.0 · binarymatt/salt@2ba9831 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ba9831

Browse files
committed
Bump version to 0.15.0
1 parent fc3c7d3 commit 2ba9831

File tree

1< BBEC !-- --> file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import sys
77

88

9-
__version_info__ = (0, 14, 0)
9+
__version_info__ = (0, 15, 0)
1010
__version__ = '.'.join(map(str, __version_info__))
1111

1212
GIT_DESCRIBE_REGEX = (

0 commit comments

Comments
 (0)
0