Skip to content

Commit f46f946

Browse files
authored
Merge pull request #548 from xylar/update-to-0.30.0
Update to v0.30.0
2 parents 6c89e44 + e9e8d09 commit f46f946

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
@@ -42,6 +42,7 @@ Documentation On GitHub
4242
`v0.27.0`_ `0.27.0`_
4343
`v0.28.0`_ `0.28.0`_
4444
`v0.29.0`_ `0.29.0`_
45+
`v0.30.0`_ `0.30.0`_
4546
================ ===============
4647

4748
.. _`stable`: ../stable/index.html
@@ -116,3 +117,5 @@ Documentation On GitHub
116117
.. _`0.28.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.28.0
117118
.. _`v0.29.0`: ../0.29.0/index.html
118119
.. _`0.29.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.29.0
120+
.. _`v0.30.0`: ../0.30.0/index.html
121+
.. _`0.30.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.30.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 29, 0)
1+
__version_info__ = (0, 30, 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.29.0" %}
2+
{% set version = "0.30.0" %}
33

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

0 commit comments

Comments
 (0)