Skip to content

Commit

Permalink
Merge pull request #37 from xylar/update_to_0.0.12
Browse files Browse the repository at this point in the history
Update to 0.0.12
  • Loading branch information
xylar authored May 30, 2021
2 parents ae284b2 + 52ae6ac commit aba669f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Documentation On GitHub
`v0.0.9`_ `0.0.9`_
`v0.0.10`_ `0.0.10`_
`v0.0.11`_ `0.0.11`_
`v0.0.12`_ `0.0.12`_
================ ===============

.. _`stable`: ../stable/index.html
Expand All @@ -20,10 +21,12 @@ Documentation On GitHub
.. _`v0.0.9`: ../0.0.9/index.html
.. _`v0.0.10`: ../0.0.10/index.html
.. _`v0.0.11`: ../0.0.11/index.html
.. _`v0.0.12`: ../0.0.12/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
.. _`0.0.9`: https://github.com/MPAS-Dev/pyremap/tree/0.0.9
.. _`0.0.10`: https://github.com/MPAS-Dev/pyremap/tree/0.0.10
.. _`0.0.11`: https://github.com/MPAS-Dev/pyremap/tree/0.0.11
.. _`0.0.12`: https://github.com/MPAS-Dev/pyremap/tree/0.0.12
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, 11)
__version_info__ = (0, 0, 12)
__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.11" %}
{% set version = "0.0.12" %}

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

0 comments on commit aba669f

Please sign in to comment.