diff --git a/CMakeLists.txt b/CMakeLists.txt index e45d76cb..5715ce5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE "cmake/set_defaults.cmake") project( tuv-x - VERSION 0.6.0 + VERSION 0.7.0 LANGUAGES Fortran ) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3de5d82d..7ac7dd1f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ suffix = os.getenv("SWITCHER_SUFFIX", "") # The full version, including alpha/beta/rc tags -release = f'v0.6{suffix}' +release = f'v0.7{suffix}' # -- General configuration --------------------------------------------------- diff --git a/docs/switcher.json b/docs/switcher.json index 719a176d..4b19298e 100644 --- a/docs/switcher.json +++ b/docs/switcher.json @@ -1,6 +1,6 @@ [ { - "name": "v0.6 (stable)", + "name": "v0.7 (stable)", "version": "stable", "url": "https://ncar.github.io/tuv-x/versions/stable/" }, @@ -13,5 +13,10 @@ "name": "v0.6", "version": "0.6", "url": "https://ncar.github.io/tuv-x/versions/0.6/" + }, + { + "name": "v0.7", + "version": "0.7", + "url": "https://ncar.github.io/tuv-x/versions/0.7/" } ]