diff --git a/HISTORY.rst b/HISTORY.rst index 5b740276b..16c7d7767 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.35.0 (unreleased) +0.35.0 (01-04-2022) ------------------- Contributors to this version: David Huard (:user:`huard`), Trevor James Smith (:user:`Zeitsperre`) and Pascal Bourgault (:user:`aulemahal`). @@ -17,8 +17,8 @@ New features and enhancements Bug fixes ^^^^^^^^^ -* ``xclim.analog.spatial_analogs`` now compatible with dask-backed DataArrays (:pull:`1033`). -* Parameter ``dmin`` added to spatial analog method "zech_aslan", to avoid singularities on identical points (:pull:`1033`). +* ``xclim.analog.spatial_analogs`` is now compatible with dask-backed DataArrays. (:pull:`1033`). +* Parameter ``dmin`` added to spatial analog method "zech_aslan", to avoid singularities on identical points. (:pull:`1033`). * `xclim` is now compatible with changes in `xarray` that enabled explicit indexing operations. (:pull:`1038`, `xarray PR `_). Internal changes diff --git a/setup.cfg b/setup.cfg index 8399747cf..df169b74a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.34.2-beta +current_version = 0.35.0 commit = True tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))? diff --git a/setup.py b/setup.py index d7a3c530c..6e27b52a6 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ AUTHOR = "Travis Logan" AUTHOR_EMAIL = "logan.travis@ouranos.ca" REQUIRES_PYTHON = ">=3.8.0" -VERSION = "0.34.2-beta" +VERSION = "0.35.0" LICENSE = "Apache Software License 2.0" with open("README.rst") as readme_file: diff --git a/xclim/__init__.py b/xclim/__init__.py index ec8f8cd18..35b67ae15 100644 --- a/xclim/__init__.py +++ b/xclim/__init__.py @@ -9,7 +9,7 @@ __author__ = """Travis Logan""" __email__ = "logan.travis@ouranos.ca" -__version__ = "0.34.2-beta" +__version__ = "0.35.0" # Load official locales