Skip to content

Commit d925791

Browse files
committed
Prepare for release
1 parent 0a495f1 commit d925791

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.7.4 (2017-05-25) ###
2+
* Fix regression in automatic --balance option in cooler zoomify
3+
* Fix special cases where cooler.io.create and append would not work with certain inputs
4+
15
### 0.7.3 (2017-05-22) ###
26
* Added function to print higlass zoom resolutions for a given genome and base resolution.
37

cooler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
"""
1313
import logging
14-
__version__ = '0.7.4-dev'
14+
__version__ = '0.7.4'
1515
__format_version__ = 2
1616
_logger = None
1717

0 commit comments

Comments
 (0)