Skip to content

Commit

Permalink
update version (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze authored Sep 26, 2024
1 parent ccda76c commit c28c7f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ authors:
given-names: Jian
- family-names: Walters
given-names: Stacy
title: "NCAR/tuv-x: Version 0.9.0"
version: 0.9.0
title: "NCAR/tuv-x: Version 0.10.0"
version: 0.10.0
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.9.0
VERSION 0.10.0
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.9{suffix}'
release = f'v0.10{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.9 (stable)",
"name": "v0.10 (stable)",
"version": "stable",
"url": "https://ncar.github.io/tuv-x/versions/stable/"
},
Expand Down Expand Up @@ -29,4 +29,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/"
}
]

0 comments on commit c28c7f7

Please sign in to comment.