diff --git a/docs/conf.py b/docs/conf.py index 648c00241..9975ccc76 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = 'Shahzeb Siddiqui' # The short X.Y version -version = '0.6.3' +version = '0.7.1' # The full version, including alpha/beta/rc tags -release = '2019.21.01' +release = '2019.30.10' # -- General configuration --------------------------------------------------- diff --git a/src/buildtest/tools/config.py b/src/buildtest/tools/config.py index 7eb9e05fa..cbf1df4ca 100644 --- a/src/buildtest/tools/config.py +++ b/src/buildtest/tools/config.py @@ -6,7 +6,7 @@ from shutil import copy -BUILDTEST_VERSION="0.6.4" +BUILDTEST_VERSION="0.7.1" BUILDTEST_ROOT = os.getenv("BUILDTEST_ROOT") BUILDTEST_JOB_EXTENSION = [".lsf", ".slurm"]