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 @@ -17,6 +17,7 @@ Documentation On GitHub
1717`v0.2.1 `_ `0.2.1 `_
1818`v0.3.0 `_ `0.3.0 `_
1919`v0.4.0 `_ `0.4.0 `_
20+ `v0.5.0 `_ `0.5.0 `_
2021================ ===============
2122
2223.. _`stable` : ../stable/index.html
@@ -41,3 +42,5 @@ Documentation On GitHub
4142.. _`0.3.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.3.0
4243.. _`v0.4.0` : ../0.4.0/index.html
4344.. _`0.4.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.4.0
45+ .. _`v0.5.0` : ../0.5.0/index.html
46+ .. _`0.5.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.5.0
Original file line number Diff line number Diff line change 1- __version_info__ = (0 , 4 , 0 )
1+ __version_info__ = (0 , 5 , 0 )
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.4 .0" %}
2+ {% set version = "0.5 .0" %}
33
44package :
55 name : {{ name|lower }}
You can’t perform that action at this time.
0 commit comments