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 11{% set name = "MPAS-Analysis" %}
2- {% set version = "1.7.0 " %}
2+ {% set version = "1.7.1 " %}
33
44package :
55 name : {{ name|lower }}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Documentation On GitHub
1616`v1.6.0 `_ `1.6.0 `_
1717`v1.6.1 `_ `1.6.1 `_
1818`v1.7.0 `_ `1.7.0 `_
19+ `v1.7.1 `_ `1.7.1 `_
1920================ ===============
2021
2122.. _`stable` : ../stable/index.html
@@ -30,6 +31,7 @@ Documentation On GitHub
3031.. _`v1.6.0` : ../1.6.0/index.html
3132.. _`v1.6.1` : ../1.6.1/index.html
3233.. _`v1.7.0` : ../1.7.0/index.html
34+ .. _`v1.7.1` : ../1.7.1/index.html
3335.. _`master` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/master
3436.. _`develop` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/develop
3537.. _`1.2.6` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.2.6
@@ -42,3 +44,4 @@ Documentation On GitHub
4244.. _`1.6.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.6.0
4345.. _`1.6.1` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.6.1
4446.. _`1.7.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.7.0
47+ .. _`1.7.1` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.7.1
Original file line number Diff line number Diff line change 33import matplotlib as mpl
44mpl .use ('Agg' )
55
6- __version_info__ = (1 , 7 , 0 )
6+ __version_info__ = (1 , 7 , 1 )
77__version__ = '.' .join (str (vi ) for vi in __version_info__ )
You can’t perform that action at this time.
0 commit comments