diff --git a/docs/versions.rst b/docs/versions.rst index 4ae8d39d..156d59c5 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -24,6 +24,7 @@ Documentation On GitHub `v1.1.0`_ `1.1.0`_ `v1.2.0`_ `1.2.0`_ `v1.3.0`_ `1.3.0`_ +`v1.4.0`_ `1.4.0`_ ================ =============== .. _`stable`: ../stable/index.html @@ -66,3 +67,5 @@ Documentation On GitHub .. _`1.2.0`: https://github.com/MPAS-Dev/geometric_features/tree/1.2.0 .. _`v1.3.0`: ../1.3.0/index.html .. _`1.3.0`: https://github.com/MPAS-Dev/geometric_features/tree/1.3.0 +.. _`v1.4.0`: ../1.4.0/index.html +.. _`1.4.0`: https://github.com/MPAS-Dev/geometric_features/tree/1.4.0 diff --git a/geometric_features/__init__.py b/geometric_features/__init__.py index e6802e4a..35024aea 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__ = (1, 3, 0) +__version_info__ = (1, 4, 0) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index cf0d9540..79f8448c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "geometric_features" %} -{% set version = "1.3.0" %} +{% set version = "1.4.0" %} {% set build = 0 %} package: