From 3b94079f029ec2d138eda104ac4d81a62f6e9531 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sun, 6 Feb 2022 09:17:14 -0700 Subject: [PATCH] Update to v0.13.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 529be1ce4..c5315ae2d 100644 --- a/conda_package/docs/versions.rst +++ b/conda_package/docs/versions.rst @@ -25,6 +25,7 @@ Documentation On GitHub `v0.10.0`_ `0.10.0`_ `v0.11.0`_ `0.11.0`_ `v0.12.0`_ `0.12.0`_ +`v0.13.0`_ `0.13.0`_ ================ =============== .. _`stable`: ../stable/index.html @@ -65,3 +66,5 @@ Documentation On GitHub .. _`0.11.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.11.0 .. _`v0.12.0`: ../0.12.0/index.html .. _`0.12.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.12.0 +.. _`v0.13.0`: ../0.13.0/index.html +.. _`0.13.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.13.0 diff --git a/conda_package/mpas_tools/__init__.py b/conda_package/mpas_tools/__init__.py index 14a1ebef4..7b9aa5408 100644 --- a/conda_package/mpas_tools/__init__.py +++ b/conda_package/mpas_tools/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 12, 0) +__version_info__ = (0, 13, 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 bb92d75ac..dd269b90a 100644 --- a/conda_package/recipe/meta.yaml +++ b/conda_package/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mpas_tools" %} -{% set version = "0.12.0" %} +{% set version = "0.13.0" %} package: name: {{ name|lower }}