Skip to content

Commit b884dc7

Browse files
committed
Update to v1.11.0
1 parent f6128af commit b884dc7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/versions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@
4141
with 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.11.0rc1'
44+
version = re.search(r'{}\s*=\s*[(]([^)]*)[)]'.format('__version_info__'),
45+
init_file).group(1).replace(', ', '.')
4746

4847
setup(name='mpas_analysis',
4948
version=version,

0 commit comments

Comments
 (0)