Skip to content

Commit

Permalink
Bump version to 2.0.0 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbriggs committed Jan 6, 2020
1 parent b64195b commit d02aa34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Version History and Changes
===========================

--------------------------
Version 2.0.0 (2020-01-06)
--------------------------

* Add support for Python 3 (3.5, 3.6, 3.7 and 3.8)
(`PR #69 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/69>`_,
`PR #71 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/71>`_).

--------------------------
Version 1.2.0 (2019-07-19)
--------------------------
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.2.0'
__version__ = '2.0.0'

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

0 comments on commit d02aa34

Please sign in to comment.