From f48212fc43d500ccbf8d113d42c5915b40f1ec37 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Sat, 4 Jul 2020 22:40:34 +0100 Subject: [PATCH] Release 0.14.0 --- CHANGELOG.md | 2 +- bioblend/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa18327bd1..b40dd1a9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### BioBlend v0.14.0 - unreleased +### BioBlend v0.14.0 - 2020-07-04 * Dropped support Python 2.7. Dropped support for Galaxy releases 14.10-17.05. Added support for Python 3.8. Added support for Galaxy releases 19.09, 20.01 diff --git a/bioblend/__init__.py b/bioblend/__init__.py index bc1e18f2a2..e3a2e7871b 100644 --- a/bioblend/__init__.py +++ b/bioblend/__init__.py @@ -7,7 +7,7 @@ ) # Current version of the library -__version__ = '0.13.0' +__version__ = '0.14.0' # default chunk size (in bytes) for reading remote data try: