From efc2a2a528fd62ec116e8dc8d3c70bd51814a31e Mon Sep 17 00:00:00 2001 From: ernestoarbitrio Date: Fri, 25 Sep 2020 10:26:34 +0200 Subject: [PATCH] release: prepare v1.12.2 release --- README.md | 3 +++ src/cr/cube/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bce44ad3f..1ceeb3498 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ The detailed description can be found ## Changes +### 1.12.2 +- Smoothing on scale means + ### 1.12.1 - Smoothing on column percentages and column index diff --git a/src/cr/cube/__init__.py b/src/cr/cube/__init__.py index 249aa27c7..4c6fb67b6 100644 --- a/src/cr/cube/__init__.py +++ b/src/cr/cube/__init__.py @@ -2,6 +2,6 @@ """Initialization module for crunch-cube package.""" -__version__ = "1.12.1" +__version__ = "1.12.2" # NOTE: We'll be switching to 2.0.0 once we throw out the old cube and slice