From 3e1c5424acd0bd2f311cc856d007864128bdbc39 Mon Sep 17 00:00:00 2001 From: Daniel McDonald Date: Fri, 28 Sep 2018 12:18:33 -0700 Subject: [PATCH] REL: 2.1.7 --- ChangeLog.md | 6 +++--- biom/util.py | 2 +- doc/conf.py | 6 +++--- setup.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 762b7707..5113a0a5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,10 +1,10 @@ BIOM-Format ChangeLog ===================== -biom 2.1.6-dev --------------- +biom 2.1.7 +---------- -Changes since 2.1.6 go here. +New features and bug fixes, released on 28 September 2018. Important: diff --git a/biom/util.py b/biom/util.py index 433b3f3a..f4a88c64 100644 --- a/biom/util.py +++ b/biom/util.py @@ -50,7 +50,7 @@ __maintainer__ = "Daniel McDonald" __email__ = "daniel.mcdonald@colorado.edu" __format_version__ = (2, 1) -__version__ = "2.1.6-dev" +__version__ = "2.1.7" def generate_subsamples(table, n, axis='sample', by_id=False): diff --git a/doc/conf.py b/doc/conf.py index 739e8313..dc5ac654 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,15 +59,15 @@ # General information about the project. project = u'biom-format' -copyright = u'2011-2017 The BIOM Format Development Team' +copyright = u'2011-2018 The BIOM Format Development Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The full version, including alpha/beta/rc tags. -version = "2.1.6-dev" -release = "2.1.6-dev" +version = "2.1.7" +release = "2.1.7" # 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 956fc6c9..65478ab2 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ __credits__ = ["Greg Caporaso", "Daniel McDonald", "Jose Clemente", "Jai Ram Rideout", "Jorge CaƱardo Alastuey", "Michael Hall"] __license__ = "BSD" -__version__ = "2.1.6-dev" +__version__ = "2.1.7" __maintainer__ = "Daniel McDonald" __email__ = "mcdonadt@colorado.edu"