Skip to content

Commit

Permalink
Merge pull request #148 from xylar/update_to_0.1.11
Browse files Browse the repository at this point in the history
Update to v0.1.11
  • Loading branch information
xylar authored Aug 26, 2020
2 parents 69d4473 + 1f7b0aa commit c4bdf40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion geometric_features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
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.10" %}
{% set version = "0.1.11" %}
{% set build = 0 %}

package:
Expand Down

0 comments on commit c4bdf40

Please sign in to comment.