Skip to content

Commit 2348d07

Browse files
authored
Merge pull request #530 from xylar/update-to-0.25.0
Update to v0.25.0
2 parents b4d884c + 2d1f15c commit 2348d07

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

conda_package/docs/versions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Documentation On GitHub
3737
`v0.22.0`_ `0.22.0`_
3838
`v0.23.0`_ `0.23.0`_
3939
`v0.24.0`_ `0.24.0`_
40+
`v0.25.0`_ `0.25.0`_
4041
================ ===============
4142

4243
.. _`stable`: ../stable/index.html
@@ -101,3 +102,5 @@ Documentation On GitHub
101102
.. _`0.23.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.23.0
102103
.. _`v0.24.0`: ../0.24.0/index.html
103104
.. _`0.24.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.24.0
105+
.. _`v0.25.0`: ../0.25.0/index.html
106+
.. _`0.25.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.25.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 24, 0)
1+
__version_info__ = (0, 25, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

conda_package/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "mpas_tools" %}
2-
{% set version = "0.24.0" %}
2+
{% set version = "0.25.0" %}
33

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

0 commit comments

Comments
 (0)