Skip to content

Commit

Permalink
Update to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Mar 14, 2024
1 parent 05fff9d commit 2bb0fa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyremap" %}
{% set version = "1.2.0" %}
{% set version = "1.3.0" %}

package:
name: {{ name|lower }}
Expand Down
3 changes: 3 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Documentation On GitHub
`v1.0.1`_ `1.0.1`_
`v1.1.0`_ `1.1.0`_
`v1.2.0`_ `1.2.0`_
`v1.3.0`_ `1.3.0`_
================ ===============

.. _`stable`: ../stable/index.html
Expand All @@ -38,6 +39,7 @@ Documentation On GitHub
.. _`v1.0.1`: ../1.0.1/index.html
.. _`v1.1.0`: ../1.1.0/index.html
.. _`v1.2.0`: ../1.2.0/index.html
.. _`v1.3.0`: ../1.3.0/index.html
.. _`main`: https://github.com/MPAS-Dev/pyremap/tree/main
.. _`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
Expand All @@ -54,3 +56,4 @@ Documentation On GitHub
.. _`1.0.1`: https://github.com/MPAS-Dev/pyremap/tree/1.0.1
.. _`1.1.0`: https://github.com/MPAS-Dev/pyremap/tree/1.1.0
.. _`1.2.0`: https://github.com/MPAS-Dev/pyremap/tree/1.2.0
.. _`1.3.0`: https://github.com/MPAS-Dev/pyremap/tree/1.3.0
2 changes: 1 addition & 1 deletion pyremap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
from pyremap.polar import get_polar_descriptor, get_polar_descriptor_from_file
from pyremap.remapper import Remapper

__version_info__ = (1, 2, 0)
__version_info__ = (1, 3, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 comments on commit 2bb0fa1

Please sign in to comment.