From 18b06d2070fc9b315c885d2d2146bc9434c69211 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Mon, 14 Feb 2022 12:42:20 -0700 Subject: [PATCH] Update to 0.0.15 --- docs/versions.rst | 3 +++ pyremap/__init__.py | 2 +- recipe/meta.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/versions.rst b/docs/versions.rst index c3694e5..44ec402 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -14,6 +14,7 @@ Documentation On GitHub `v0.0.12`_ `0.0.12`_ `v0.0.13`_ `0.0.13`_ `v0.0.14`_ `0.0.14`_ +`v0.0.15`_ `0.0.15`_ ================ =============== .. _`stable`: ../stable/index.html @@ -26,6 +27,7 @@ Documentation On GitHub .. _`v0.0.12`: ../0.0.12/index.html .. _`v0.0.13`: ../0.0.13/index.html .. _`v0.0.14`: ../0.0.14/index.html +.. _`v0.0.15`: ../0.0.15/index.html .. _`master`: https://github.com/MPAS-Dev/pyremap/tree/master .. _`0.0.6`: https://github.com/MPAS-Dev/pyremap/tree/0.0.6 .. _`0.0.7`: https://github.com/MPAS-Dev/pyremap/tree/0.0.7 @@ -36,3 +38,4 @@ Documentation On GitHub .. _`0.0.12`: https://github.com/MPAS-Dev/pyremap/tree/0.0.12 .. _`0.0.13`: https://github.com/MPAS-Dev/pyremap/tree/0.0.13 .. _`0.0.14`: https://github.com/MPAS-Dev/pyremap/tree/0.0.14 +.. _`0.0.15`: https://github.com/MPAS-Dev/pyremap/tree/0.0.15 diff --git a/pyremap/__init__.py b/pyremap/__init__.py index b7c9306..6652af0 100644 --- a/pyremap/__init__.py +++ b/pyremap/__init__.py @@ -6,5 +6,5 @@ from pyremap.polar import get_polar_descriptor_from_file, get_polar_descriptor -__version_info__ = (0, 0, 14) +__version_info__ = (0, 0, 15) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9123487..588d184 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyremap" %} -{% set version = "0.0.14" %} +{% set version = "0.0.15" %} package: name: {{ name|lower }}