From e9e8d09afad6e8449fbec268abdd37a1ad89c8ec Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sat, 20 Jan 2024 12:53:08 +0100 Subject: [PATCH] Update to v0.30.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 24b67468..09cdc133 100644 --- a/conda_package/docs/versions.rst +++ b/conda_package/docs/versions.rst @@ -42,6 +42,7 @@ Documentation On GitHub `v0.27.0`_ `0.27.0`_ `v0.28.0`_ `0.28.0`_ `v0.29.0`_ `0.29.0`_ +`v0.30.0`_ `0.30.0`_ ================ =============== .. _`stable`: ../stable/index.html @@ -116,3 +117,5 @@ Documentation On GitHub .. _`0.28.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.28.0 .. _`v0.29.0`: ../0.29.0/index.html .. _`0.29.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.29.0 +.. _`v0.30.0`: ../0.30.0/index.html +.. _`0.30.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.30.0 diff --git a/conda_package/mpas_tools/__init__.py b/conda_package/mpas_tools/__init__.py index fe5c126e..a971668a 100644 --- a/conda_package/mpas_tools/__init__.py +++ b/conda_package/mpas_tools/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 29, 0) +__version_info__ = (0, 30, 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 90da4f40..5858a008 100644 --- a/conda_package/recipe/meta.yaml +++ b/conda_package/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mpas_tools" %} -{% set version = "0.29.0" %} +{% set version = "0.30.0" %} package: name: {{ name|lower }}