From 7a70bb7fb7b4b57608a7b08cb320b577781b68e3 Mon Sep 17 00:00:00 2001 From: Nezar Date: Tue, 9 May 2017 09:17:43 -0400 Subject: [PATCH] Version bump --- CHANGES.md | 5 +++++ cooler/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e58faf7c..ddae6033 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +### 0.7.2 (2017-05-09) ### + +* Improve chunking and fix pickling issue with aggregating very large text datasets +* Restore zoom binsize metadata to higlass files + ### 0.7.1 (2017-04-29) ### * `cooler load` command can now accept supplemental pixel fields and custom field numbers diff --git a/cooler/__init__.py b/cooler/__init__.py index 3c412e76..eba06251 100644 --- a/cooler/__init__.py +++ b/cooler/__init__.py @@ -11,7 +11,7 @@ """ import logging -__version__ = '0.7.2-dev' +__version__ = '0.7.2' __format_version__ = 2 _logger = None