From d9257919d3aee1bbbe700e8154f9f73354e416cb Mon Sep 17 00:00:00 2001 From: Nezar Date: Thu, 25 May 2017 00:15:31 -0400 Subject: [PATCH] Prepare for release --- CHANGES.md | 4 ++++ cooler/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7dc83e24..c50b8419 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +### 0.7.4 (2017-05-25) ### +* Fix regression in automatic --balance option in cooler zoomify +* Fix special cases where cooler.io.create and append would not work with certain inputs + ### 0.7.3 (2017-05-22) ### * Added function to print higlass zoom resolutions for a given genome and base resolution. diff --git a/cooler/__init__.py b/cooler/__init__.py index e6a47f83..d6488d72 100644 --- a/cooler/__init__.py +++ b/cooler/__init__.py @@ -11,7 +11,7 @@ """ import logging -__version__ = '0.7.4-dev' +__version__ = '0.7.4' __format_version__ = 2 _logger = None