Skip to content

Commit 7cc6169

Browse files
authoredMar 14, 2024··
Merge pull request #558 from xylar/update-to-0.32.0
Update to v0.32.0
2 parents b83f9d1 + 73838e9 commit 7cc6169

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
@@ -44,6 +44,7 @@ Documentation On GitHub
4444
`v0.29.0`_ `0.29.0`_
4545
`v0.30.0`_ `0.30.0`_
4646
`v0.31.0`_ `0.31.0`_
47+
`v0.32.0`_ `0.32.0`_
4748
================ ===============
4849

4950
.. _`stable`: ../stable/index.html
@@ -122,3 +123,5 @@ Documentation On GitHub
122123
.. _`0.30.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.30.0
123124
.. _`v0.31.0`: ../0.31.0/index.html
124125
.. _`0.31.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.31.0
126+
.. _`v0.32.0`: ../0.32.0/index.html
127+
.. _`0.32.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.32.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, 31, 0)
1+
__version_info__ = (0, 32, 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.31.0" %}
2+
{% set version = "0.32.0" %}
33

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

0 commit comments

Comments
 (0)
Please sign in to comment.