From 537eff5ae82e21576aa9957b8b568979b1d12c60 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Thu, 27 Apr 2023 09:59:03 +0200 Subject: [PATCH] Update to v0.20.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 41204f9f8..ebf1a5397 100644 --- a/conda_package/docs/versions.rst +++ b/conda_package/docs/versions.rst @@ -32,6 +32,7 @@ Documentation On GitHub `v0.17.0`_ `0.17.0`_ `v0.18.0`_ `0.18.0`_ `v0.19.0`_ `0.19.0`_ +`v0.20.0`_ `0.20.0`_ ================ =============== .. _`stable`: ../stable/index.html @@ -86,3 +87,5 @@ Documentation On GitHub .. _`0.18.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.18.0 .. _`v0.19.0`: ../0.19.0/index.html .. _`0.19.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.19.0 +.. _`v0.20.0`: ../0.20.0/index.html +.. _`0.20.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.20.0 diff --git a/conda_package/mpas_tools/__init__.py b/conda_package/mpas_tools/__init__.py index 3da88376b..8a79de981 100644 --- a/conda_package/mpas_tools/__init__.py +++ b/conda_package/mpas_tools/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 19, 0) +__version_info__ = (0, 20, 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 726e9214b..632979268 100644 --- a/conda_package/recipe/meta.yaml +++ b/conda_package/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mpas_tools" %} -{% set version = "0.19.0" %} +{% set version = "0.20.0" %} package: name: {{ name|lower }}