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.0.11 `_ `0.0.11 `_
1111`v0.0.12 `_ `0.0.12 `_
1212`v0.0.13 `_ `0.0.13 `_
13+ `v0.0.14 `_ `0.0.14 `_
1314================ ===============
1415
1516.. _`stable` : ../stable/index.html
@@ -20,3 +21,5 @@ Documentation On GitHub
2021.. _`0.0.12` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.12
2122.. _`v0.0.13` : ../0.0.13/index.html
2223.. _`0.0.13` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.13
24+ .. _`v0.0.14` : ../0.0.14/index.html
25+ .. _`0.0.14` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.14
Original file line number Diff line number Diff line change 1- __version_info__ = (0 , 0 , 13 )
1+ __version_info__ = (0 , 0 , 14 )
22__version__ = '.' .join (str (vi ) for vi in __version_info__ )
Original file line number Diff line number Diff line change 11{% set name = "mpas_tools" %}
2- {% set version = "0.0.13 " %}
2+ {% set version = "0.0.14 " %}
33
44package :
55 name : {{ name|lower }}
You can’t perform that action at this time.
0 commit comments