Skip to content

Commit

Permalink
Bump version to 0.5.0-alpha.5 and update the change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbriggs committed Jan 29, 2016
1 parent e62b0b2 commit c3b085d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2016-01-29 Peter Briggs <[email protected]>

* Version 0.5.0-alpha.5
- Rename 'feature' to 'gene' in program output, documentation etc
NB this doesn't affect the program function.
- By default all pairs within the cut-off distance are reported
unless the user explicitly restricts this to a subset by
specifying the --number option (i.e. --number now turned off
by default).
- Output file names changed to 'feature-centric' and 'peak-centric'.
- Options are grouped into subsets when displayed by -h/--help.
- Parameter defaults are also given in the documentation.
- Peaks in the input have 'start' and 'end' positions which
aren't at least 1bp apart cause the program to raise an error.

2015-12-01 Peter Briggs <[email protected]>

* Version 0.5.0-alpha.4
Expand Down
2 changes: 1 addition & 1 deletion rnachipintegrator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current version of the library
__version__ = '0.5.0-alpha.4'
__version__ = '0.5.0-alpha.5'

def get_version():
"""Returns a string with the current version of the library (e.g., "0.2.0")
Expand Down

0 comments on commit c3b085d

Please sign in to comment.