Skip to content

Commit

Permalink
release tuvx (#116)
Browse files Browse the repository at this point in the history
* release tuvx

* update cmake version

* added comma

* fixed version
  • Loading branch information
montythind authored Dec 19, 2024
1 parent fbe0f8a commit 2b03db7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ authors:
given-names: Jian
- family-names: Walters
given-names: Stacy
title: "NCAR/tuv-x: Version 0.10.0"
version: 0.10.0
- family-names: Thind
given-names: Montek
title: "NCAR/tuv-x"
version: 0.10.1
doi: 10.5281/zenodo.7126039
url: "https://github.com/NCAR/tuv-x"
year: 2024
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.17)

project(
tuv-x
VERSION 0.10.0
VERSION 0.10.1
LANGUAGES Fortran CXX C
)

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.10{suffix}'
release = f'v0.10.1{suffix}'


# -- General configuration ---------------------------------------------------
Expand Down
9 changes: 7 additions & 2 deletions docs/switcher.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "v0.10 (stable)",
"name": "v0.10.1 (stable)",
"version": "stable",
"url": "https://ncar.github.io/tuv-x/versions/stable/"
},
Expand Down Expand Up @@ -28,10 +28,15 @@
"name": "v0.9",
"version": "0.9",
"url": "https://ncar.github.io/tuv-x/versions/0.9/"
}
},
{
"name": "v0.10",
"version": "0.10",
"url": "https://ncar.github.io/tuv-x/versions/0.10/"
},
{
"name": "v0.10.1",
"version": "0.10.1",
"url": "https://ncar.github.io/tuv-x/versions/0.10.1/"
}
]

0 comments on commit 2b03db7

Please sign in to comment.