Skip to content

Commit 77291c4

Browse files
authored
Merge pull request #513 from xylar/update-to-0.21.0
Update to v0.21.0
2 parents 1629361 + b563e8d commit 77291c4

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
@@ -33,6 +33,7 @@ Documentation On GitHub
3333
`v0.18.0`_ `0.18.0`_
3434
`v0.19.0`_ `0.19.0`_
3535
`v0.20.0`_ `0.20.0`_
36+
`v0.21.0`_ `0.21.0`_
3637
================ ===============
3738

3839
.. _`stable`: ../stable/index.html
@@ -89,3 +90,5 @@ Documentation On GitHub
8990
.. _`0.19.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.19.0
9091
.. _`v0.20.0`: ../0.20.0/index.html
9192
.. _`0.20.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.20.0
93+
.. _`v0.21.0`: ../0.21.0/index.html
94+
.. _`0.21.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.21.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 20, 0)
1+
__version_info__ = (0, 21, 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.20.0" %}
2+
{% set version = "0.21.0" %}
33

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

0 commit comments

Comments
 (0)