Skip to content

Commit 49229d9

Browse files
authored
Prepare 2.12.0 release (#293) (#294)
* #291/#292 Disallow negative numbers in VersionInfo
1 parent 0309c63 commit 49229d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
PY3 = sys.version_info[0] == 3
1515

1616

17-
__version__ = "2.11.0"
17+
__version__ = "2.12.0"
1818
__author__ = "Kostiantyn Rybnikov"
1919
__author_email__ = "k-bx@k-bx.com"
2020
__maintainer__ = ["Sebastien Celles", "Tom Schraitle"]

0 commit comments

Comments
 (0)