From 0fb2263b84547c0f87217bd06504a20b2926e43d Mon Sep 17 00:00:00 2001 From: Fredrik Boulund Date: Thu, 4 Nov 2021 15:10:17 +0100 Subject: [PATCH] Bump version to 0.5.0 --- CHANGELOG.md | 2 +- Snakefile | 2 +- docs/source/conf.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a27ea2..7c0b6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ committed to the master branch that does not trigger any of the aforementioned situations. -## [0.4.3] Unreleased +## [0.5.0] Unreleased ### Added - Biobakery update: updated MetaPhlAn and HUMAnN to version 3 as well as introducing StrainPhlAn3 for strain-level genomics. diff --git a/Snakefile b/Snakefile index 2ba231e..35fae51 100644 --- a/Snakefile +++ b/Snakefile @@ -19,7 +19,7 @@ from scripts.common import UserMessages user_messages = UserMessages() -stag_version = "0.4.3-dev" +stag_version = "0.5.0" configfile: "config.yaml" report: "report/workflow.rst" diff --git a/docs/source/conf.py b/docs/source/conf.py index 1bf65f0..dcef465 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = '0.4.3' +version = '0.5.0' # The full version, including alpha/beta/rc tags. -release = '0.4.3' +release = '0.5.0' # reStructuredText prolog contains a string of reStructuredText that will be # included at the beginning of every source file that is read.