From 60b483207abb51b07d6a720b39ffeeae1b7d3df8 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sat, 27 Mar 2021 14:14:45 +0100 Subject: [PATCH] Update to 0.3.0 For the next release --- 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 945c0f54a..2b580655b 100644 --- a/conda_package/docs/versions.rst +++ b/conda_package/docs/versions.rst @@ -15,6 +15,7 @@ Documentation On GitHub `v0.1.0`_ `0.1.0`_ `v0.2.0`_ `0.2.0`_ `v0.2.1`_ `0.2.1`_ +`v0.3.0`_ `0.3.0`_ ================ =============== .. _`stable`: ../stable/index.html @@ -35,3 +36,5 @@ Documentation On GitHub .. _`0.2.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.2.0 .. _`v0.2.1`: ../0.2.1/index.html .. _`0.2.1`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.2.1 +.. _`v0.3.0`: ../0.3.0/index.html +.. _`0.3.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.3.0 diff --git a/conda_package/mpas_tools/__init__.py b/conda_package/mpas_tools/__init__.py index a7e13574b..1b1beca1c 100644 --- a/conda_package/mpas_tools/__init__.py +++ b/conda_package/mpas_tools/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 2, 1) +__version_info__ = (0, 3, 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 eac7ad357..523ea23e7 100644 --- a/conda_package/recipe/meta.yaml +++ b/conda_package/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mpas_tools" %} -{% set version = "0.2.1" %} +{% set version = "0.3.0" %} package: name: {{ name|lower }}