Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion geometric_features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "geometric_features" %}
{% set version = "0.1.11" %}
{% set version = "0.1.12" %}
{% set build = 0 %}

package:
Expand Down