Skip to content

Commit 4e200e1

Browse files
committed
Prep for release
1 parent ad39c5f commit 4e200e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.6.4 (2017-17-03) ###
2+
3+
* Migrated higlass multires aggregator to `cooler coarsegrain` command
4+
* Fixed pairix aggregator to properly deal with autoflipping of pairs
5+
16
### 0.6.3 (2017-22-02) ###
27

38
* Merge PairixAggregator patch from Soo.

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.6.4-dev'
14+
__version__ = '0.6.4'
1515
__format_version__ = 2
1616
_logger = None
1717

0 commit comments

Comments
 (0)