Skip to content

Commit 7aa596d

Browse files
authored
Merge pull request #575 from xylar/update-to-0.34.1
Update to v0.34.1
2 parents c309e1f + cc5c769 commit 7aa596d

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
@@ -47,6 +47,7 @@ Documentation On GitHub
4747
`v0.32.0`_ `0.32.0`_
4848
`v0.33.0`_ `0.33.0`_
4949
`v0.34.0`_ `0.34.0`_
50+
`v0.34.1`_ `0.34.1`_
5051
================ ===============
5152

5253
.. _`stable`: ../stable/index.html
@@ -131,3 +132,5 @@ Documentation On GitHub
131132
.. _`0.33.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.33.0
132133
.. _`v0.34.0`: ../0.34.0/index.html
133134
.. _`0.34.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.34.0
135+
.. _`v0.34.1`: ../0.34.1/index.html
136+
.. _`0.34.1`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.34.1

conda_package/mpas_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 34, 0)
1+
__version_info__ = (0, 34, 1)
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.34.0" %}
2+
{% set version = "0.34.1" %}
33

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

0 commit comments

Comments
 (0)