Skip to content

Commit c3690b6

Browse files
authored
Merge pull request #542 from xylar/update-to-0.29.0
Update to v0.29.0
2 parents 89b80d8 + 4cd8d35 commit c3690b6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

conda_package/docs/versions.rst

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Documentation On GitHub
4141
`v0.26.0`_ `0.26.0`_
4242
`v0.27.0`_ `0.27.0`_
4343
`v0.28.0`_ `0.28.0`_
44+
`v0.29.0`_ `0.29.0`_
4445
================ ===============
4546

4647
.. _`stable`: ../stable/index.html
@@ -113,3 +114,5 @@ Documentation On GitHub
113114
.. _`0.27.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.27.0
114115
.. _`v0.28.0`: ../0.28.0/index.html
115116
.. _`0.28.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.28.0
117+
.. _`v0.29.0`: ../0.29.0/index.html
118+
.. _`0.29.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.29.0

conda_package/mpas_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 28, 0)
1+
__version_info__ = (0, 29, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

conda_package/recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "mpas_tools" %}
2-
{% set version = "0.28.0" %}
2+
{% set version = "0.29.0" %}
33

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

0 commit comments

Comments
 (0)