From c28c7f7bb770c0406be737ccc1ed65fb569bd9c0 Mon Sep 17 00:00:00 2001 From: Jiwon Gim <55209567+boulderdaze@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:18:35 -0600 Subject: [PATCH] update version (#110) --- CITATION.cff | 4 ++-- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- docs/switcher.json | 7 ++++++- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e354ab46..1001603d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index cf2b1189..fc7038a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/docs/source/conf.py b/docs/source/conf.py index b880a37f..4be08bd0 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.9{suffix}' +release = f'v0.10{suffix}' # -- General configuration --------------------------------------------------- diff --git a/docs/switcher.json b/docs/switcher.json index d9277432..90995a09 100644 --- a/docs/switcher.json +++ b/docs/switcher.json @@ -1,6 +1,6 @@ [ { - "name": "v0.9 (stable)", + "name": "v0.10 (stable)", "version": "stable", "url": "https://ncar.github.io/tuv-x/versions/stable/" }, @@ -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/" + } ] \ No newline at end of file