Skip to content

Commit 123b5ac

Browse files
authored
Merge pull request #374 from xylar/update_to_0.0.14
Update version to 0.0.14
2 parents 6196f45 + 4ec2d70 commit 123b5ac

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
@@ -10,6 +10,7 @@ Documentation On GitHub
1010
`v0.0.11`_ `0.0.11`_
1111
`v0.0.12`_ `0.0.12`_
1212
`v0.0.13`_ `0.0.13`_
13+
`v0.0.14`_ `0.0.14`_
1314
================ ===============
1415

1516
.. _`stable`: ../stable/index.html
@@ -20,3 +21,5 @@ Documentation On GitHub
2021
.. _`0.0.12`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.12
2122
.. _`v0.0.13`: ../0.0.13/index.html
2223
.. _`0.0.13`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.13
24+
.. _`v0.0.14`: ../0.0.14/index.html
25+
.. _`0.0.14`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.14
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 0, 13)
1+
__version_info__ = (0, 0, 14)
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.0.13" %}
2+
{% set version = "0.0.14" %}
33

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

0 commit comments

Comments
 (0)