From 92ef30390ef55e71065582cbc5ecdd69ed9d0e3c Mon Sep 17 00:00:00 2001 From: Sebastian Luna Valero Date: Mon, 18 Dec 2017 15:47:51 +0000 Subject: [PATCH] release 0.3.2 --- CGAT/version.py | 2 +- doc/CGATRelease.rst | 8 ++++++++ doc/release.rst | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CGAT/version.py b/CGAT/version.py index 260c070a..f9aa3e11 100644 --- a/CGAT/version.py +++ b/CGAT/version.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" diff --git a/doc/CGATRelease.rst b/doc/CGATRelease.rst index cd014ef3..3d966ee0 100644 --- a/doc/CGATRelease.rst +++ b/doc/CGATRelease.rst @@ -7,6 +7,14 @@ latest code can always be found in the code repository. Nevertheless, we occasionally prepare releases. Notes on each release are below. +Release 0.3.2 +============= + +* removed GCProfile from fasta2bed; https://github.com/CGATOxford/cgat/pull/374 +* updated installation; https://github.com/CGATOxford/cgat/pull/376, https://github.com/CGATOxford/cgat/pull/379, https://github.com/CGATOxford/cgat/pull/380 +* allow multi-threaded sqlite3 operations; https://github.com/CGATOxford/cgat/pull/377 +* code changes to work with pysam 0.13.0; https://github.com/CGATOxford/cgat/pull/375 + Release 0.3.1 ============= diff --git a/doc/release.rst b/doc/release.rst index cd014ef3..3d966ee0 100644 --- a/doc/release.rst +++ b/doc/release.rst @@ -7,6 +7,14 @@ latest code can always be found in the code repository. Nevertheless, we occasionally prepare releases. Notes on each release are below. +Release 0.3.2 +============= + +* removed GCProfile from fasta2bed; https://github.com/CGATOxford/cgat/pull/374 +* updated installation; https://github.com/CGATOxford/cgat/pull/376, https://github.com/CGATOxford/cgat/pull/379, https://github.com/CGATOxford/cgat/pull/380 +* allow multi-threaded sqlite3 operations; https://github.com/CGATOxford/cgat/pull/377 +* code changes to work with pysam 0.13.0; https://github.com/CGATOxford/cgat/pull/375 + Release 0.3.1 =============