Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed May 9, 2017
1 parent bfc5529 commit 7a70bb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.7.2 (2017-05-09) ###

* Improve chunking and fix pickling issue with aggregating very large text datasets
* Restore zoom binsize metadata to higlass files

### 0.7.1 (2017-04-29) ###

* `cooler load` command can now accept supplemental pixel fields and custom field numbers
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.7.2-dev'
__version__ = '0.7.2'
__format_version__ = 2
_logger = None

Expand Down

0 comments on commit 7a70bb7

Please sign in to comment.