Skip to content

Commit f693064

Browse files
committed
Prep for release
1 parent 91456d7 commit f693064

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.7.9 (2018-03-30) ###
2+
3+
* Indexed pairs loading commands now provide option for 0- or 1-based positions (1-based by default). #115
4+
* Fixed error introduced into cload pairix in last release.
5+
16
### 0.7.8 (2018-03-18) ###
27

38
* New `cooler cload pairs` command provides index-free loading of pairs.

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

0 commit comments

Comments
 (0)