From 12324b47e9ce53d65e95703b40290906a4ef5dc2 Mon Sep 17 00:00:00 2001 From: Aaron Rosenfeld Date: Tue, 18 Apr 2017 08:10:46 -0400 Subject: [PATCH] version bumps for v0.19.1 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba60ccae..7941c4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # CHANGELOG +## v0.19.1 +* Subclones are now properly assigned. +* The order of exported sequences is now consistent. +* Updates for consistency with Python 3 test cases. ## v0.19.0 * ImmuneDB can now process T-cell sequences. * Clonal assignment now includes an optional "subclone" process for diff --git a/setup.py b/setup.py index dbbbae1c..5b369f7f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='ImmuneDB', - version='0.19.0', + version='0.19.1', author='Aaron M. Rosenfeld', author_email='ar374@drexel.edu', url='https://github.com/arosenfeld/immunedb',