Skip to content

Commit d88210a

Browse files
authored
Merge pull request #421 from xylar/update_to_0.6.0
Update to v0.6.0
2 parents b4035c1 + 9bf848e commit d88210a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

conda_package/docs/versions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Documentation On GitHub
1818
`v0.3.0`_ `0.3.0`_
1919
`v0.4.0`_ `0.4.0`_
2020
`v0.5.0`_ `0.5.0`_
21+
`v0.6.0`_ `0.6.0`_
2122
================ ===============
2223

2324
.. _`stable`: ../stable/index.html
@@ -44,3 +45,5 @@ Documentation On GitHub
4445
.. _`0.4.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.4.0
4546
.. _`v0.5.0`: ../0.5.0/index.html
4647
.. _`0.5.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.5.0
48+
.. _`v0.6.0`: ../0.6.0/index.html
49+
.. _`0.6.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 5, 1)
1+
__version_info__ = (0, 6, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

conda_package/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_tools" %}
2-
{% set version = "0.5.1" %}
2+
{% set version = "0.6.0" %}
33

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

0 commit comments

Comments
 (0)