From dcc5eb999d6f4ca85db9b903ef152d4a21595d08 Mon Sep 17 00:00:00 2001 From: ernestoarbitrio Date: Tue, 28 Jul 2020 10:56:01 +0200 Subject: [PATCH] release: prepare v1.11.35 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 07f5d56f6..5df701aa5 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ The detailed description can be found ## Changes +### 1.11.35 +- Bug fix for hypothesis testing with overlaps + ### 1.11.34 - Bug fix for augmented MRxMR matrices diff --git a/src/cr/cube/__init__.py b/src/cr/cube/__init__.py index 1bcd8f413..f085fb545 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.11.34" +__version__ = "1.11.35" # NOTE: We'll be switching to 2.0.0 once we throw out the old cube and slice