From 2b03db7b74338fbcddeaaba4559fe807bc7b1618 Mon Sep 17 00:00:00 2001 From: Montek Thind Date: Thu, 19 Dec 2024 12:06:34 -0800 Subject: [PATCH] release tuvx (#116) * release tuvx * update cmake version * added comma * fixed version --- CITATION.cff | 6 ++++-- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- docs/switcher.json | 9 +++++++-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1001603d..0a875ad4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index fc7038a1..1512de00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4be08bd0..8034a831 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.10{suffix}' +release = f'v0.10.1{suffix}' # -- General configuration --------------------------------------------------- diff --git a/docs/switcher.json b/docs/switcher.json index 90995a09..96466637 100644 --- a/docs/switcher.json +++ b/docs/switcher.json @@ -1,6 +1,6 @@ [ { - "name": "v0.10 (stable)", + "name": "v0.10.1 (stable)", "version": "stable", "url": "https://ncar.github.io/tuv-x/versions/stable/" }, @@ -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/" } ] \ No newline at end of file