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 @@ -22,6 +22,7 @@ Documentation On GitHub
2222`v1.0.0 `_ `1.0.0 `_
2323`v1.0.1 `_ `1.0.1 `_
2424`v1.1.0 `_ `1.1.0 `_
25+ `v1.2.0 `_ `1.2.0 `_
2526================ ===============
2627
2728.. _`stable` : ../stable/index.html
@@ -60,3 +61,5 @@ Documentation On GitHub
6061.. _`1.0.1` : https://github.com/MPAS-Dev/geometric_features/tree/1.0.1
6162.. _`v1.1.0` : ../1.1.0/index.html
6263.. _`1.1.0` : https://github.com/MPAS-Dev/geometric_features/tree/1.1.0
64+ .. _`v1.2.0` : ../1.2.0/index.html
65+ .. _`1.2.0` : https://github.com/MPAS-Dev/geometric_features/tree/1.2.0
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__ = (1 , 1 , 0 )
16+ __version_info__ = (1 , 2 , 0 )
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 = "1.1 .0" %}
2+ {% set version = "1.2 .0" %}
33{% set build = 0 %}
44
55package :
You can’t perform that action at this time.
0 commit comments