From d02aa34459a7dc4ab0c7955d295af1c939545526 Mon Sep 17 00:00:00 2001 From: Peter Briggs Date: Mon, 6 Jan 2020 13:38:11 +0000 Subject: [PATCH] Bump version to 2.0.0 and update changelog. --- CHANGELOG.rst | 8 ++++++++ rnachipintegrator/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index edcaeb0..42f1dfe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_, + `PR #71 `_). + -------------------------- Version 1.2.0 (2019-07-19) -------------------------- diff --git a/rnachipintegrator/__init__.py b/rnachipintegrator/__init__.py index 9b75de9..c080f76 100644 --- a/rnachipintegrator/__init__.py +++ b/rnachipintegrator/__init__.py @@ -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")