File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11{% set name = "MPAS-Analysis" %}
2- {% set version = "1.10.0 " %}
2+ {% set version = "1.11.0rc1 " %}
33
44package :
55 name : {{ name|lower }}
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Documentation On GitHub
2121`v1.8.0 `_ `1.8.0 `_
2222`v1.9.0 `_ `1.9.0 `_
2323`v1.10.0 `_ `1.10.0 `_
24+ `v1.11.0 `_ `1.11.0 `_
2425================ ===============
2526
2627.. _`stable` : ../stable/index.html
@@ -40,6 +41,7 @@ Documentation On GitHub
4041.. _`v1.8.0` : ../1.8.0/index.html
4142.. _`v1.9.0` : ../1.9.0/index.html
4243.. _`v1.10.0` : ../1.10.0/index.html
44+ .. _`v1.11.0` : ../1.11.0/index.html
4345.. _`main` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/main
4446.. _`develop` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/develop
4547.. _`1.2.6` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.2.6
@@ -57,3 +59,4 @@ Documentation On GitHub
5759.. _`1.8.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.8.0
5860.. _`1.9.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.9.0
5961.. _`1.10.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.10.0
62+ .. _`1.11.0` : https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.11.0
Original file line number Diff line number Diff line change 33import matplotlib as mpl
44mpl .use ('Agg' )
55
6- __version_info__ = (1 , 10 , 0 )
6+ __version_info__ = (1 , 11 , 0 )
77__version__ = '.' .join (str (vi ) for vi in __version_info__ )
Original file line number Diff line number Diff line change 4141with open (os .path .join (here , 'mpas_analysis' , '__init__.py' )) as f :
4242 init_file = f .read ()
4343
44- # version = re.search(r'{}\s*=\s*[(]([^)]*)[)]'.format('__version_info__'),
45- # init_file).group(1).replace(', ', '.')
46- version = '1.10.0rc2'
44+ version = re .search (r'{}\s*=\s*[(]([^)]*)[)]' .format ('__version_info__' ),
45+ init_file ).group (1 ).replace (', ' , '.' )
4746
4847setup (name = 'mpas_analysis' ,
4948 version = version ,
You can’t perform that action at this time.
0 commit comments