From 62fcbc39f1a4bcba4e88d0c4b6bbf551261b66a2 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Fri, 10 May 2024 17:48:19 +0100 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 9 ++++++++- bioblend/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 613c1f0e6..d1a774710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -### BioBlend v +### BioBlend v1.3.0 - 2024-05-12 * Dropped support for Python 3.7. Added support for Python 3.12. Added support for Galaxy releases 23.2 and 24.0. +* Added ``copy_elements`` parameter to + ``HistoryClient.create_dataset_collection()`` and BioBlend.objects + ``History.create_dataset_collection()`` methods. + * Added ``wait`` parameter to ``HistoryClient.delete_dataset()`` and BioBlend.objects ``HistoryDatasetAssociation.delete()`` methods. @@ -35,6 +39,9 @@ * Fixed ``InvocationClient.get_invocation_biocompute_object()`` method on upcoming Galaxy 24.1 . +* * Improvements to linting and tests (thanks to + [Matthias Bernt](https://github.com/bernt-matthias)). + ### BioBlend v1.2.0 - 2023-06-30 * Dropped support for Galaxy releases 17.09-19.01. Added support for Galaxy diff --git a/bioblend/__init__.py b/bioblend/__init__.py index d0062462a..7f906a98e 100644 --- a/bioblend/__init__.py +++ b/bioblend/__init__.py @@ -16,7 +16,7 @@ ) # Current version of the library -__version__ = "1.2.0" +__version__ = "1.3.0" # default chunk size (in bytes) for reading remote data try: