Skip to content

Commit

Permalink
Merge pull request #26 from NCAR/main
Browse files Browse the repository at this point in the history
v0.7.0 release
  • Loading branch information
mattldawson authored Jan 5, 2024
2 parents 8365aea + daba657 commit a8bb45b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
7 changes: 6 additions & 1 deletion docs/switcher.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "v0.6 (stable)",
"name": "v0.7 (stable)",
"version": "stable",
"url": "https://ncar.github.io/tuv-x/versions/stable/"
},
Expand All @@ -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/"
}
]

0 comments on commit a8bb45b

Please sign in to comment.