Skip to content

Commit

Permalink
FIX: Update version number 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pagecp committed Nov 25, 2022
1 parent 66a9f7d commit 5500a15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/references/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release history
===============

6.1.1
6.1.2
-----
* [fix] Add missing file to properly identify user_indices as a package.

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.1"
ICCLIM_VERSION = "6.1.2"

# 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.1",
version="6.1.2",
packages=find_packages(),
author="Christian P.",
author_email="[email protected]",
Expand Down

0 comments on commit 5500a15

Please sign in to comment.