We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855b56b commit e440d50Copy full SHA for e440d50
stackinator/__init__.py
@@ -1,7 +1,7 @@
1
import logging
2
import re
3
4
-VERSION = "4.1.0-dev"
+VERSION = "5.0.0"
5
root_logger = logging.getLogger("stackinator")
6
7
stackinator_version_info = tuple(re.split(r"\.|-", VERSION))
0 commit comments