Skip to content

Commit 627c9d9

Browse files
authored
Merge pull request #561 from xylar/update-to-0.33.0
Update to v0.33.0
2 parents bd8aebf + ab0df5c commit 627c9d9

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
@@ -45,6 +45,7 @@ Documentation On GitHub
4545
`v0.30.0`_ `0.30.0`_
4646
`v0.31.0`_ `0.31.0`_
4747
`v0.32.0`_ `0.32.0`_
48+
`v0.33.0`_ `0.33.0`_
4849
================ ===============
4950

5051
.. _`stable`: ../stable/index.html
@@ -125,3 +126,5 @@ Documentation On GitHub
125126
.. _`0.31.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.31.0
126127
.. _`v0.32.0`: ../0.32.0/index.html
127128
.. _`0.32.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.32.0
129+
.. _`v0.33.0`: ../0.33.0/index.html
130+
.. _`0.33.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.33.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, 32, 0)
1+
__version_info__ = (0, 33, 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.32.0" %}
2+
{% set version = "0.33.0" %}
33

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

0 commit comments

Comments
 (0)