Skip to content

Commit

Permalink
changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Mar 11, 2016
1 parent b333dc9 commit cd7cfc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Changelog
=========
Changes in v0.7.7
-----------------
* Chromsizes for dm6 and mm10 assemblies added to `genome_registry`
* Better Python 3 compatibility in the `long_range_interaction` module
* New `featurefuncs.UniqueID` class, useful for ensuring all features in a file
have a unique ID in their name field.
* Fix error message when a specified genome file doesn't exist (thanks Saket Choudhary)

Changes in v0.7.6
-----------------
* New module `pybedtools.contrib.long_range_interaction` for working with
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def check_dependency_versions(min_versions):

MAJ = 0
MIN = 7
REV = 6
REV = 7
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJ, MIN, REV)

Expand Down

0 comments on commit cd7cfc6

Please sign in to comment.