Skip to content

Commit 11205a9

Browse files
authored
Merge pull request #890 from xylar/update_to_1.7.1
Update to v1.7.1
2 parents b85ac4f + 73b2732 commit 11205a9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ci/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "MPAS-Analysis" %}
2-
{% set version = "1.7.0" %}
2+
{% set version = "1.7.1" %}
33

44
package:
55
name: {{ name|lower }}

docs/versions.rst

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

mpas_analysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
import matplotlib as mpl
44
mpl.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__)

0 commit comments

Comments
 (0)