File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Documentation On GitHub
1010`v0.1.9 `_ `0.1.9 `_
1111`v0.1.10 `_ `0.1.10 `_
1212`v0.1.11 `_ `0.1.11 `_
13+ `v0.1.12 `_ `0.1.12 `_
1314================ ===============
1415
1516.. _`stable` : ../stable/index.html
@@ -24,3 +25,5 @@ Documentation On GitHub
2425.. _`0.1.10` : https://github.com/MPAS-Dev/geometric_features/tree/0.1.10
2526.. _`v0.1.11` : ../0.1.11/index.html
2627.. _`0.1.11` : https://github.com/MPAS-Dev/geometric_features/tree/0.1.11
28+ .. _`v0.1.12` : ../0.1.12/index.html
29+ .. _`0.1.12` : https://github.com/MPAS-Dev/geometric_features/tree/0.1.12
Original file line number Diff line number Diff line change 1313from geometric_features .utils import write_feature_names_and_tags
1414
1515
16- __version_info__ = (0 , 1 , 11 )
16+ __version_info__ = (0 , 1 , 12 )
1717__version__ = '.' .join (str (vi ) for vi in __version_info__ )
Original file line number Diff line number Diff line change 11{% set name = "geometric_features" %}
2- {% set version = "0.1.11 " %}
2+ {% set version = "0.1.12 " %}
33{% set build = 0 %}
44
55package :
You can’t perform that action at this time.
0 commit comments