From 9b8689549fc45a5fcf5c856d4b9dade0b0e10e2c 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 | 8 ++++---- bioblend/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa18327bd..ba8e87037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -### 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 - and 20.05. +* Dropped support for 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 and 20.05. * Added a new ``invocations`` attribute to ``GalaxyInstance`` objects, which is an instance of the new ``InvocationClient`` class. This new module can be used diff --git a/bioblend/__init__.py b/bioblend/__init__.py index bc1e18f2a..e3a2e7871 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: