Skip to content

Commit

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

* Version 0.5.0-alpha.7
- Update --xls option to --xlsx and generate XLSX files
(instead of XLS); as XLSX has much greater limits on
the number of rows and columns allowed in a worksheet
this should address previous problems with having data
split over multiple sheets.
- Correct headers and placeholders now output when using
--compact option when --number is not specified.
- Pre-existing output files are explicitly removed before
analysis is run (rather than relying on overwrite).

2016-01-29 Peter Briggs <[email protected]>

* Version 0.5.0-alpha.6
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.6'
__version__ = '0.5.0-alpha.7'

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

0 comments on commit 2a88fa9

Please sign in to comment.