Skip to content

Commit c4bdf40

Browse files
authored
Merge pull request #148 from xylar/update_to_0.1.11
Update to v0.1.11
2 parents 69d4473 + 1f7b0aa commit c4bdf40

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/versions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Documentation On GitHub
99
`v0.1.8`_ `0.1.8`_
1010
`v0.1.9`_ `0.1.9`_
1111
`v0.1.10`_ `0.1.10`_
12+
`v0.1.11`_ `0.1.11`_
1213
================ ===============
1314

1415
.. _`stable`: ../stable/index.html
@@ -21,3 +22,5 @@ Documentation On GitHub
2122
.. _`0.1.9`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.9
2223
.. _`v0.1.10`: ../0.1.10/index.html
2324
.. _`0.1.10`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.10
25+
.. _`v0.1.11`: ../0.1.11/index.html
26+
.. _`0.1.11`: https://github.com/MPAS-Dev/geometric_features/tree/0.1.11

geometric_features/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
from geometric_features.feature_collection import FeatureCollection, \
77
read_feature_collection
88

9-
__version_info__ = (0, 1, 10)
9+
__version_info__ = (0, 1, 11)
1010
__version__ = '.'.join(str(vi) for vi in __version_info__)

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "geometric_features" %}
2-
{% set version = "0.1.10" %}
2+
{% set version = "0.1.11" %}
33
{% set build = 0 %}
44

55
package:

0 commit comments

Comments
 (0)