Skip to content

Commit

Permalink
Update the changelog and bump version to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbriggs committed Jan 23, 2018
1 parent d9a1118 commit 7031b3e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2018-01-23 Peter Briggs <[email protected]>

* Version 1.0.3
- Update description of 'direction' in the documentation and
the XLSX file, to clarify the meaning of the terms 'upstream'
and downstream' in the program outputs.
- Update documentation to explain how comments, header lines,
and lines with 'bad' data, are handled by the program when
reading in the input files.
- Add a section on 'known problems' to the documentation.

2016-08-17 Peter Briggs <[email protected]>

* Version 1.0.2
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__ = '1.0.2'
__version__ = '1.0.3'

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

0 comments on commit 7031b3e

Please sign in to comment.