Skip to content

Commit 1805f77

Browse files
authored
Merge pull request #204 from xylar/update-to-1.5.0
Update to v1.5.0
2 parents cfa6463 + e1926b7 commit 1805f77

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
@@ -25,6 +25,7 @@ Documentation On GitHub
2525
`v1.2.0`_ `1.2.0`_
2626
`v1.3.0`_ `1.3.0`_
2727
`v1.4.0`_ `1.4.0`_
28+
`v1.5.0`_ `1.5.0`_
2829
================ ===============
2930

3031
.. _`stable`: ../stable/index.html
@@ -69,3 +70,5 @@ Documentation On GitHub
6970
.. _`1.3.0`: https://github.com/MPAS-Dev/geometric_features/tree/1.3.0
7071
.. _`v1.4.0`: ../1.4.0/index.html
7172
.. _`1.4.0`: https://github.com/MPAS-Dev/geometric_features/tree/1.4.0
73+
.. _`v1.5.0`: ../1.5.0/index.html
74+
.. _`1.5.0`: https://github.com/MPAS-Dev/geometric_features/tree/1.5.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, 4, 0)
16+
__version_info__ = (1, 5, 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.4.0" %}
2+
{% set version = "1.5.0" %}
33
{% set build = 0 %}
44

55
package:

0 commit comments

Comments
 (0)