From 2ba6ba6361ed156e7645c9fee9c062ce6ad4c418 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Fri, 18 Aug 2023 13:25:28 +0200 Subject: [PATCH] Update to v0.23.0 --- conda_package/docs/versions.rst | 3 +++ conda_package/mpas_tools/__init__.py | 2 +- conda_package/recipe/meta.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/conda_package/docs/versions.rst b/conda_package/docs/versions.rst index 4dfa0ca44..e6e127469 100644 --- a/conda_package/docs/versions.rst +++ b/conda_package/docs/versions.rst @@ -35,6 +35,7 @@ Documentation On GitHub `v0.20.0`_ `0.20.0`_ `v0.21.0`_ `0.21.0`_ `v0.22.0`_ `0.22.0`_ +`v0.23.0`_ `0.23.0`_ ================ =============== .. _`stable`: ../stable/index.html @@ -95,3 +96,5 @@ Documentation On GitHub .. _`0.21.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.21.0 .. _`v0.22.0`: ../0.22.0/index.html .. _`0.22.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.22.0 +.. _`v0.23.0`: ../0.23.0/index.html +.. _`0.23.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.23.0 diff --git a/conda_package/mpas_tools/__init__.py b/conda_package/mpas_tools/__init__.py index 591e6e2c8..feac2d112 100644 --- a/conda_package/mpas_tools/__init__.py +++ b/conda_package/mpas_tools/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 22, 0) +__version_info__ = (0, 23, 0) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/conda_package/recipe/meta.yaml b/conda_package/recipe/meta.yaml index ac5d00b05..da351df7c 100644 --- a/conda_package/recipe/meta.yaml +++ b/conda_package/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mpas_tools" %} -{% set version = "0.22.0" %} +{% set version = "0.23.0" %} package: name: {{ name|lower }}