Skip to content

Commit ddc6d36

Browse files
committed
Update to v0.35.0
1 parent 2a46cbe commit ddc6d36

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
@@ -48,6 +48,7 @@ Documentation On GitHub
4848
`v0.33.0`_ `0.33.0`_
4949
`v0.34.0`_ `0.34.0`_
5050
`v0.34.1`_ `0.34.1`_
51+
`v0.35.0`_ `0.35.0`_
5152
================ ===============
5253

5354
.. _`stable`: ../stable/index.html
@@ -134,3 +135,5 @@ Documentation On GitHub
134135
.. _`0.34.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.34.0
135136
.. _`v0.34.1`: ../0.34.1/index.html
136137
.. _`0.34.1`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.34.1
138+
.. _`v0.35.0`: ../0.35.0/index.html
139+
.. _`0.35.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.35.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, 34, 1)
1+
__version_info__ = (0, 35, 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.34.1" %}
2+
{% set version = "0.35.0" %}
33

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

0 commit comments

Comments
 (0)