Skip to content

Commit

Permalink
Merge pull request #880 from MPAS-Dev/v1.7.0
Browse files Browse the repository at this point in the history
Update to v1.7.0
  • Loading branch information
xylar authored Jul 6, 2022
2 parents 85b681a + c269363 commit 8db33b5
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.6.1" %}
{% set version = "1.7.0" %}

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 @@ -15,6 +15,7 @@ Documentation On GitHub
`v1.5.0`_ `1.5.0`_
`v1.6.0`_ `1.6.0`_
`v1.6.1`_ `1.6.1`_
`v1.7.0`_ `1.7.0`_
================ ===============

.. _`stable`: ../stable/index.html
Expand All @@ -28,6 +29,7 @@ Documentation On GitHub
.. _`v1.5.0`: ../1.5.0/index.html
.. _`v1.6.0`: ../1.6.0/index.html
.. _`v1.6.1`: ../1.6.1/index.html
.. _`v1.7.0`: ../1.7.0/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 @@ -39,3 +41,4 @@ Documentation On GitHub
.. _`1.5.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.5.0
.. _`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
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, 6, 1)
__version_info__ = (1, 7, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 comments on commit 8db33b5

Please sign in to comment.