Skip to content

Commit

Permalink
Merge pull request #244 from cerfacs-globc/release_6.1.3
Browse files Browse the repository at this point in the history
[MAINT] Bump to 6.1.3
  • Loading branch information
pagecp authored Nov 28, 2022
2 parents fd560d3 + d30ddfb commit b597dbb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/source/_static/logo_icclim_colored__displayed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/source/_static/logo_icclim_grey__displayed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/source/_static/logo_icclim_white__displayed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions doc/source/references/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release history
===============

6.1.3
-----
* [fix] Bug fix for TNx.

6.1.2
-----
* [fix] Add missing file to properly identify user_indices as a package.
Expand Down
2 changes: 1 addition & 1 deletion icclim/_generated_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ def minimum(
date_event: bool = False,
) -> Dataset:
"""
Maximum of values that met threshold(s), if threshold(s) are given (e.g. Txn, Tnn).
Minimum of values that met threshold(s), if threshold(s) are given (e.g. Txn, Tnn).
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion icclim/models/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# fmt: off
# flake8: noqa

ICCLIM_VERSION = "6.1.2"
ICCLIM_VERSION = "6.1.3"

# placeholders for user_index
PERCENTILE_THRESHOLD_STAMP = "p"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="icclim",
version="6.1.2",
version="6.1.3",
packages=find_packages(),
author="Christian P.",
author_email="[email protected]",
Expand Down

0 comments on commit b597dbb

Please sign in to comment.