Skip to content

Commit

Permalink
Merge pull request #22 from xylar/update_to_0.0.8
Browse files Browse the repository at this point in the history
Update to v0.0.8
  • Loading branch information
xylar authored Sep 10, 2020
2 parents 1fb28f1 + 50aec3d commit 85c8d48
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ Indices and tables
==================

* :ref:`genindex`

Versions
========
.. toctree::
:maxdepth: 1

versions
20 changes: 20 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Versions
========

================ ===============
Documentation On GitHub
================ ===============
`stable`_ `master`_
`v0.0.6`_ `0.0.6`_
`v0.0.7`_ `0.0.7`_
`v0.0.8`_ `0.0.8`_
================ ===============

.. _`stable`: ../stable/index.html
.. _`v0.0.6`: ../0.0.6/index.html
.. _`v0.0.7`: ../0.0.7/index.html
.. _`v0.0.8`: ../0.0.8/index.html
.. _`master`: https://github.com/MPAS-Dev/pyremap/tree/master
.. _`0.0.6`: https://github.com/MPAS-Dev/pyremap/tree/0.0.6
.. _`0.0.7`: https://github.com/MPAS-Dev/pyremap/tree/0.0.7
.. _`0.0.8`: https://github.com/MPAS-Dev/pyremap/tree/0.0.8
2 changes: 1 addition & 1 deletion pyremap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

from pyremap.polar import get_polar_descriptor_from_file, get_polar_descriptor

__version_info__ = (0, 0, 7)
__version_info__ = (0, 0, 8)
__version__ = '.'.join(str(vi) for vi in __version_info__)
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyremap" %}
{% set version = "0.0.7" %}
{% set version = "0.0.8" %}

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

0 comments on commit 85c8d48

Please sign in to comment.