From 1f7b0aa45b2e8a9ba459577fe79a8c62933f8fae Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 26 Aug 2020 21:20:14 +0200 Subject: [PATCH] Update to v0.1.11 --- docs/versions.rst | 3 +++ geometric_features/__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 7c1694f2..17ba98ab 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -9,6 +9,7 @@ Documentation On GitHub `v0.1.8`_ `0.1.8`_ `v0.1.9`_ `0.1.9`_ `v0.1.10`_ `0.1.10`_ +`v0.1.11`_ `0.1.11`_ ================ =============== .. _`stable`: ../stable/index.html @@ -21,3 +22,5 @@ Documentation On GitHub .. _`0.1.9`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.9 .. _`v0.1.10`: ../0.1.10/index.html .. _`0.1.10`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.10 +.. _`v0.1.11`: ../0.1.11/index.html +.. _`0.1.11`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.11 diff --git a/geometric_features/__init__.py b/geometric_features/__init__.py index c532d1c5..2a6a2be3 100644 --- a/geometric_features/__init__.py +++ b/geometric_features/__init__.py @@ -6,5 +6,5 @@ from geometric_features.feature_collection import FeatureCollection, \ read_feature_collection -__version_info__ = (0, 1, 10) +__version_info__ = (0, 1, 11) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4bc62d1e..b736b5c0 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "geometric_features" %} -{% set version = "0.1.10" %} +{% set version = "0.1.11" %} {% set build = 0 %} package: