Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Mar 18, 2017
1 parent ec7121e commit 23f837f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.6.5 (2017-18-03) ###

* Fixed pairix aggregator to properly deal with autoflipping of pairs

### 0.6.4 (2017-17-03) ###

* Migrated higlass multires aggregator to `cooler coarsegrain` command
Expand Down
2 changes: 1 addition & 1 deletion cooler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
import logging
__version__ = '0.6.5-dev'
__version__ = '0.6.5'
__format_version__ = 2
_logger = None

Expand Down

0 comments on commit 23f837f

Please sign in to comment.