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 675403c commit 4b66327Copy full SHA for 4b66327
reframe/__init__.py
@@ -2,7 +2,7 @@
2
import sys
3
4
5
-VERSION = '2.12-dev2'
+VERSION = '2.12'
6
_required_pyver = (3, 5, 0)
7
INSTALL_PREFIX = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
8
0 commit comments