From 3fecb49cdd38c2e96ea4707724c66d936be47cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20F=C3=B6rstner?= Date: Sun, 31 Dec 2017 21:20:37 +0100 Subject: [PATCH] Set version to 0.4.5 --- CHANGELOG.txt | 3 +++ bin/reademption | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cbec2a6a..903fb0ac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +v0.4.5 (2017-12-31) +- Move documentation to Read the Docs +- New theme for docs v0.4.4 (2017-12-31) - Fix issue with unnecessary gene quanti - Fix issue of DESeq2 MA plot generation diff --git a/bin/reademption b/bin/reademption index 5ab1211e..2284e1f6 100755 --- a/bin/reademption +++ b/bin/reademption @@ -9,7 +9,7 @@ __author__ = "Konrad Foerstner " __copyright__ = "2011-2017 by Konrad Foerstner " __license__ = "ISC license" __email__ = "konrad@foerstner.org" -__version__ = "0.4.4" +__version__ = "0.4.5" def main(): diff --git a/docs/source/conf.py b/docs/source/conf.py index cab37d08..c7b2ac30 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.4.4' +release = '0.4.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a30a6139..1441f0fc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='READemption', - version='0.4.4', + version='0.4.5', packages=['reademptionlib', 'tests'], author='Konrad U. Förstner', author_email='konrad@foerstner.org',