From ec84064498808c7b5425e0a2ef7baea856f02773 Mon Sep 17 00:00:00 2001 From: roryk Date: Sat, 9 Jan 2021 11:55:00 -0500 Subject: [PATCH] 1.2.5 release. --- HISTORY.md | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 98ccce590..79b9d6f4d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,6 @@ -## 1.2.5 (in progress) +## 1.2.6 (in progress) + +## 1.2.5 (01 January 2021) - Joint calling for RNA-seq variant calling requires setting `jointcaller` to bring it in line with the configuration options for variant calling. - Allow pre-aligned BAMs and gVCFs for RNA-seq joint variant calling. Thanks to @WimSpree for the diff --git a/setup.py b/setup.py index f33595a25..2063e025a 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import setuptools -VERSION = '1.2.4' +VERSION = '1.2.5' # add bcbio version number and git commit hash of the current revision to version.py try: