From 3bed486a707671e452642b4e357d9316e36db22b Mon Sep 17 00:00:00 2001 From: Simon Heath Date: Sat, 21 Mar 2020 10:14:41 +0100 Subject: [PATCH] Bump version to 3.5.1 --- README.md | 2 ++ gemBS/version.py | 2 +- tools/bs_call | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f6fe7e0..82f2f4e6 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ Documentation can be found at ---------- Changelog: ---------- + 3.5.1 Check if C compiler requires --std=c99 flag for standards conformant behaviour + 3.5.1 Make sure bgzip is copied correctly during installation 3.5.0 Make bs_call process contig pools from largest to smallest (this change alters the sqlite db format so if you have a previously started gemBS run you should (a) remove the .gemBS directory, (b) redo the 'gemBS prepare' step to recreate the db file and (3) run 'gemBS db-sync'. diff --git a/gemBS/version.py b/gemBS/version.py index 1fbbc838..1525de63 100644 --- a/gemBS/version.py +++ b/gemBS/version.py @@ -1,4 +1,4 @@ __VERSION_MAJOR = "3" __VERSION_MINOR = "5" -__VERSION_SUBMINOR = "0" +__VERSION_SUBMINOR = "1" __VERSION__ = "%s.%s.%s" % (__VERSION_MAJOR, __VERSION_MINOR,__VERSION_SUBMINOR) diff --git a/tools/bs_call b/tools/bs_call index 8592d85a..c172df48 160000 --- a/tools/bs_call +++ b/tools/bs_call @@ -1 +1 @@ -Subproject commit 8592d85a2fe58ec58f59c630728153694c19bbc4 +Subproject commit c172df48590c360f218c0fe958ff64ae5e92a5ec