Skip to content

Commit 23f837f

Browse files
committed
Prep for release
1 parent ec7121e commit 23f837f

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.6.5 (2017-18-03) ###
2+
3+
* Fixed pairix aggregator to properly deal with autoflipping of pairs
4+
15
### 0.6.4 (2017-17-03) ###
26

37
* Migrated higlass multires aggregator to `cooler coarsegrain` command

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

0 commit comments

Comments
 (0)