Skip to content

Commit 7eac189

Browse files
authored
Merge pull request #194 from xylar/update_to_1.1.0
Update to v1.1.0
2 parents 17a670b + 9a8f5bf commit 7eac189

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
@@ -21,6 +21,7 @@ Documentation On GitHub
2121
`v0.8.0`_ `0.8.0`_
2222
`v1.0.0`_ `1.0.0`_
2323
`v1.0.1`_ `1.0.1`_
24+
`v1.1.0`_ `1.1.0`_
2425
================ ===============
2526

2627
.. _`stable`: ../stable/index.html
@@ -57,3 +58,5 @@ Documentation On GitHub
5758
.. _`1.0.0`: https://github.com/MPAS-Dev/geometric_features/tree/1.0.0
5859
.. _`v1.0.1`: ../1.0.1/index.html
5960
.. _`1.0.1`: https://github.com/MPAS-Dev/geometric_features/tree/1.0.1
61+
.. _`v1.1.0`: ../1.1.0/index.html
62+
.. _`1.1.0`: https://github.com/MPAS-Dev/geometric_features/tree/1.1.0

geometric_features/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
from geometric_features.utils import write_feature_names_and_tags
1414

1515

16-
__version_info__ = (1, 0, 1)
16+
__version_info__ = (1, 1, 0)
1717
__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 = "1.0.1" %}
2+
{% set version = "1.1.0" %}
33
{% set build = 0 %}
44

55
package:

0 commit comments

Comments
 (0)