From eeb96c5a40a187fd32a3f6210fa08da0ba0c95cf Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Wed, 6 Nov 2024 22:07:26 +0000 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 13 ++++++++++++- bioblend/__init__.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b84da3e..60ce77fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,22 @@ -### BioBlend v +### BioBlend v1.4.0 - 2024-11-06 * Added support for Python 3.13. Added support for Galaxy release 24.1. +* Added ``user_agent`` parameter to the ``__init__()`` method of the + ``GalaxyClient``, ``GalaxyInstance`` and ``ToolShedInstance`` classes (thanks + to [Daniel Blankenberg](https://github.com/blankenberg)). + * Added ``version`` and ``use_cached_job`` parameters to ``WorkflowClient.invoke_workflow()`` method (reported by [Bérénice Batut](https://github.com/bebatut)). +* Changed the default values for the ``operation`` and ``default`` parameters of + the ``QuotaClient.update_quota()`` method (thanks to + [Matthias Bernt](https://github.com/bernt-matthias)). + +* Improvements to tests and documentation (thanks to + [Matthias Bernt](https://github.com/bernt-matthias)). + ### BioBlend v1.3.0 - 2024-05-12 * Dropped support for Python 3.7. Added support for Python 3.12. Added support diff --git a/bioblend/__init__.py b/bioblend/__init__.py index 7f906a98e..4858782e6 100644 --- a/bioblend/__init__.py +++ b/bioblend/__init__.py @@ -16,7 +16,7 @@ ) # Current version of the library -__version__ = "1.3.0" +__version__ = "1.4.0" # default chunk size (in bytes) for reading remote data try: