Skip to content

Commit

Permalink
Merge pull request #436 from xylar/update_to_0.9.0
Browse files Browse the repository at this point in the history
Update to v0.9.0
  • Loading branch information
xylar authored Jul 29, 2021
2 parents 08f7151 + 3a5e1e2 commit 18f514a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
31 changes: 17 additions & 14 deletions conda_package/docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,38 @@ Documentation On GitHub
`v0.6.0`_ `0.6.0`_
`v0.7.0`_ `0.7.0`_
`v0.8.0`_ `0.8.0`_
`v0.9.0`_ `0.9.0`_
================ ===============

.. _`stable`: ../stable/index.html
.. _`master`: https://github.com/MPAS-Dev/MPAS-Tools/tree/master
.. _`v0.0.11`: ../0.0.11/index.html
.. _`0.0.11`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.11
.. _`0.0.11`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.0.11
.. _`v0.0.12`: ../0.0.12/index.html
.. _`0.0.12`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.12
.. _`0.0.12`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.0.12
.. _`v0.0.13`: ../0.0.13/index.html
.. _`0.0.13`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.13
.. _`0.0.13`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.0.13
.. _`v0.0.14`: ../0.0.14/index.html
.. _`0.0.14`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.14
.. _`0.0.14`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.0.14
.. _`v0.0.15`: ../0.0.15/index.html
.. _`0.0.15`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.0.15
.. _`0.0.15`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.0.15
.. _`v0.1.0`: ../0.1.0/index.html
.. _`0.1.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.1.0
.. _`0.1.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.1.0
.. _`v0.2.0`: ../0.2.0/index.html
.. _`0.2.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.2.0
.. _`0.2.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.2.0
.. _`v0.2.1`: ../0.2.1/index.html
.. _`0.2.1`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.2.1
.. _`0.2.1`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.2.1
.. _`v0.3.0`: ../0.3.0/index.html
.. _`0.3.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.3.0
.. _`0.3.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.3.0
.. _`v0.4.0`: ../0.4.0/index.html
.. _`0.4.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.4.0
.. _`0.4.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.4.0
.. _`v0.5.0`: ../0.5.0/index.html
.. _`0.5.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.5.0
.. _`0.5.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.5.0
.. _`v0.6.0`: ../0.6.0/index.html
.. _`0.6.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.6.0
.. _`0.6.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.6.0
.. _`v0.7.0`: ../0.7.0/index.html
.. _`0.7.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.7.0
.. _`0.7.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.7.0
.. _`v0.8.0`: ../0.8.0/index.html
.. _`0.8.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/0.8.0
.. _`0.8.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.8.0
.. _`v0.9.0`: ../0.9.0/index.html
.. _`0.9.0`: https://github.com/MPAS-Dev/MPAS-Tools/tree/0.9.0
2 changes: 1 addition & 1 deletion conda_package/mpas_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 8, 0)
__version_info__ = (0, 9, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)
2 changes: 1 addition & 1 deletion conda_package/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mpas_tools" %}
{% set version = "0.8.0" %}
{% set version = "0.9.0" %}

package:
name: {{ name|lower }}
Expand Down

0 comments on commit 18f514a

Please sign in to comment.