Skip to content

Commit db8293c

Browse files
authored
Merge pull request #380 from xylar/update_to_0.0.15
Update to v0.0.15
2 parents 5c904b4 + fbd9146 commit db8293c

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
@@ -11,6 +11,7 @@ Documentation On GitHub
1111
`v0.0.12`_ `0.0.12`_
1212
`v0.0.13`_ `0.0.13`_
1313
`v0.0.14`_ `0.0.14`_
14+
`v0.0.15`_ `0.0.15`_
1415
================ ===============
1516

1617
.. _`stable`: ../stable/index.html
@@ -23,3 +24,5 @@ Documentation On GitHub
2324
.. _`0.0.13`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.13
2425
.. _`v0.0.14`: ../0.0.14/index.html
2526
.. _`0.0.14`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.14
27+
.. _`v0.0.15`: ../0.0.15/index.html
28+
.. _`0.0.15`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.15
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 0, 14)
1+
__version_info__ = (0, 0, 15)
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.14" %}
2+
{% set version = "0.0.15" %}
33

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

0 commit comments

Comments
 (0)