Skip to content

Commit

Permalink
Merge pull request #858 from Ouranosinc/prepare_030_patchfix
Browse files Browse the repository at this point in the history
xclim v0.30.1
  • Loading branch information
Zeitsperre authored Oct 1, 2021
2 parents e33a6de + 5515a15 commit 6b8063c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
History
=======

0.30.1 (unreleased)
0.30.1 (2021-10-01)
-------------------

Bug fixes
~~~~~~~~~
* Fix a bug in sdba's ``map_groups`` where 1D input including an auxialiary coordinate would fail with an obscure error on a reducing operation.
* Fix a bug in ``xclim.sdba``'s ``map_groups`` where 1D input including an auxiliary coordinate would fail with an obscure error on a reducing operation.

0.30.0 (2021-09-28)
-------------------
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.30.0
current_version = 0.30.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
AUTHOR = "Travis Logan"
AUTHOR_EMAIL = "[email protected]"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "0.30.0"
VERSION = "0.30.1"
LICENSE = "Apache Software License 2.0"

with open("README.rst") as readme_file:
Expand Down
2 changes: 1 addition & 1 deletion xclim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__author__ = """Travis Logan"""
__email__ = "[email protected]"
__version__ = "0.30.0"
__version__ = "0.30.1"


# Load official locales
Expand Down

0 comments on commit 6b8063c

Please sign in to comment.