Skip to content

Commit

Permalink
Merge pull request #890 from xylar/update_to_1.7.1
Browse files Browse the repository at this point in the history
Update to v1.7.1
  • Loading branch information
xylar authored Sep 13, 2022
2 parents b85ac4f + 73b2732 commit 11205a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "MPAS-Analysis" %}
{% set version = "1.7.0" %}
{% set version = "1.7.1" %}

package:
name: {{ name|lower }}
Expand Down
3 changes: 3 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Documentation On GitHub
`v1.6.0`_ `1.6.0`_
`v1.6.1`_ `1.6.1`_
`v1.7.0`_ `1.7.0`_
`v1.7.1`_ `1.7.1`_
================ ===============

.. _`stable`: ../stable/index.html
Expand All @@ -30,6 +31,7 @@ Documentation On GitHub
.. _`v1.6.0`: ../1.6.0/index.html
.. _`v1.6.1`: ../1.6.1/index.html
.. _`v1.7.0`: ../1.7.0/index.html
.. _`v1.7.1`: ../1.7.1/index.html
.. _`master`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/master
.. _`develop`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/develop
.. _`1.2.6`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.2.6
Expand All @@ -42,3 +44,4 @@ Documentation On GitHub
.. _`1.6.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.6.0
.. _`1.6.1`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.6.1
.. _`1.7.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.7.0
.. _`1.7.1`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.7.1
2 changes: 1 addition & 1 deletion mpas_analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import matplotlib as mpl
mpl.use('Agg')

__version_info__ = (1, 7, 0)
__version_info__ = (1, 7, 1)
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 comments on commit 11205a9

Please sign in to comment.