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 e5ba343 commit b672c30Copy full SHA for b672c30
easybuild/tools/version.py
@@ -45,7 +45,7 @@
45
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
46
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
47
# This causes problems further up the dependency chain...
48
-VERSION = LooseVersion('5.1.1')
+VERSION = LooseVersion('5.1.2.dev0')
49
UNKNOWN = 'UNKNOWN'
50
UNKNOWN_EASYBLOCKS_VERSION = '0.0.UNKNOWN.EASYBLOCKS'
51
0 commit comments