Skip to content

Commit

Permalink
Merge pull request #100 from roocs/prepare-release-0.6.2
Browse files Browse the repository at this point in the history
Prepare release 0.6.2
  • Loading branch information
cehbrecht committed May 3, 2022
2 parents 8b38a08 + a580b92 commit 11b98b5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
Version History
===============

v0.6.2 (2022-05-03)
-------------------
Bug Fixes
^^^^^^^^^
* Fixed ``get_coords_by_type`` in ``xarray_utils`` to handle non existing coords (#99).


v0.6.1 (2022-04-19)
-------------------
Bug Fixes
^^^^^^^^^
* Added data_node_root in `roocs.ini` for C3S-CORDEX and C3S-CMIP5 (#97).
* Added data_node_root in ``roocs.ini`` for C3S-CORDEX and C3S-CMIP5 (#97).

v0.6.0 (2022-04-14)
-------------------
Bug Fixes
^^^^^^^^^
* Updated default `roocs.ini` for C3S-CORDEX (#93, #95).
* Updated default ``roocs.ini`` for C3S-CORDEX (#93, #95).
* Fix added for `get_bbox <https://github.com/roocs/catalog-maker/issues/11>`_ on C3S-CORDEX (#94).

v0.5.0 (2021-10-26)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.6.1"
version = "0.6.2"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion roocs_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__contact__ = "eleanor.smith@stfc.ac.uk"
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__license__ = "BSD - see LICENSE file in top-level package directory"
__version__ = "0.6.1"
__version__ = "0.6.2"

from roocs_utils.config import get_config
import roocs_utils
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__contact__ = "eleanor.smith@stfc.ac.uk"
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__license__ = "BSD - see LICENSE file in top-level package directory"
__version__ = "0.6.1"
__version__ = "0.6.2"

from setuptools import find_packages
from setuptools import setup
Expand Down

0 comments on commit 11b98b5

Please sign in to comment.