Skip to content

Commit ceef452

Browse files
authored
Merge pull request #573 from MPAS-Dev/update-to-0.34.0
Update to v0.34.0
2 parents ddfc572 + af2157c commit ceef452

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
@@ -46,6 +46,7 @@ Documentation On GitHub
4646
`v0.31.0`_ `0.31.0`_
4747
`v0.32.0`_ `0.32.0`_
4848
`v0.33.0`_ `0.33.0`_
49+
`v0.34.0`_ `0.34.0`_
4950
================ ===============
5051

5152
.. _`stable`: ../stable/index.html
@@ -128,3 +129,5 @@ Documentation On GitHub
128129
.. _`0.32.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.32.0
129130
.. _`v0.33.0`: ../0.33.0/index.html
130131
.. _`0.33.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.33.0
132+
.. _`v0.34.0`: ../0.34.0/index.html
133+
.. _`0.34.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.34.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, 33, 0)
1+
__version_info__ = (0, 34, 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.33.0" %}
2+
{% set version = "0.34.0" %}
33

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

0 commit comments

Comments
 (0)