diff --git a/docs/versions.rst b/docs/versions.rst index 17ba98ab..efd328e9 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -10,6 +10,7 @@ Documentation On GitHub `v0.1.9`_ `0.1.9`_ `v0.1.10`_ `0.1.10`_ `v0.1.11`_ `0.1.11`_ +`v0.1.12`_ `0.1.12`_ ================ =============== .. _`stable`: ../stable/index.html @@ -24,3 +25,5 @@ Documentation On GitHub .. _`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 +.. _`v0.1.12`: ../0.1.12/index.html +.. _`0.1.12`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.12 diff --git a/geometric_features/__init__.py b/geometric_features/__init__.py index de18f004..6c3fec52 100644 --- a/geometric_features/__init__.py +++ b/geometric_features/__init__.py @@ -13,5 +13,5 @@ from geometric_features.utils import write_feature_names_and_tags -__version_info__ = (0, 1, 11) +__version_info__ = (0, 1, 12) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b736b5c0..a8407d6a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "geometric_features" %} -{% set version = "0.1.11" %} +{% set version = "0.1.12" %} {% set build = 0 %} package: