From 7059d62a8866ff19aadcdbd68eea363ba25b984b Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Tue, 21 Feb 2023 14:20:02 +0000 Subject: [PATCH] Release 1.1.1 Same as BioBlend v1.1.0, briefly released with wrong version number 1.0.1 on GitHub, PyPI and Bioconda. --- CHANGELOG.md | 5 ++++- bioblend/__init__.py | 2 +- bioblend/galaxy/libraries/__init__.py | 4 ++-- bioblend/galaxy/tools/__init__.py | 2 +- bioblend/galaxy/workflows/__init__.py | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb45a26b0..33e8d5529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -### BioBlend v1.1.0 - 2023-02-21 +### BioBlend v1.1.1 - 2023-02-21 + +* Same as BioBlend v1.1.0, briefly released with wrong version number 1.0.1 on + GitHub, PyPI and Bioconda. * Added support for Python 3.11. Added support for Galaxy release 23.0. diff --git a/bioblend/__init__.py b/bioblend/__init__.py index 827eed70f..a2376f046 100644 --- a/bioblend/__init__.py +++ b/bioblend/__init__.py @@ -13,7 +13,7 @@ ) # Current version of the library -__version__ = "1.0.1" +__version__ = "1.1.1" # default chunk size (in bytes) for reading remote data try: diff --git a/bioblend/galaxy/libraries/__init__.py b/bioblend/galaxy/libraries/__init__.py index 28f542c60..a84fd6db1 100644 --- a/bioblend/galaxy/libraries/__init__.py +++ b/bioblend/galaxy/libraries/__init__.py @@ -287,7 +287,7 @@ def get_folders( :rtype: list :return: list of dicts each containing basic information about a folder - .. versionchanged:: 1.1.0 + .. versionchanged:: 1.1.1 Using the deprecated ``folder_id`` parameter now raises a ``ValueError`` exception. """ @@ -320,7 +320,7 @@ def get_libraries( :rtype: list :return: list of dicts each containing basic information about a library - .. versionchanged:: 1.1.0 + .. versionchanged:: 1.1.1 Using the deprecated ``library_id`` parameter now raises a ``ValueError`` exception. """ diff --git a/bioblend/galaxy/tools/__init__.py b/bioblend/galaxy/tools/__init__.py index 0f47b1369..cdafb4f64 100644 --- a/bioblend/galaxy/tools/__init__.py +++ b/bioblend/galaxy/tools/__init__.py @@ -48,7 +48,7 @@ def get_tools( .. seealso:: bioblend.galaxy.toolshed.get_repositories() - .. versionchanged:: 1.1.0 + .. versionchanged:: 1.1.1 Using the deprecated ``tool_id`` parameter now raises a ``ValueError`` exception. """ diff --git a/bioblend/galaxy/workflows/__init__.py b/bioblend/galaxy/workflows/__init__.py index b08d37290..77ddf1f4a 100644 --- a/bioblend/galaxy/workflows/__init__.py +++ b/bioblend/galaxy/workflows/__init__.py @@ -49,7 +49,7 @@ def get_workflows( 'name': 'Simple', 'url': '/api/workflows/92c56938c2f9b315'}] - .. versionchanged:: 1.1.0 + .. versionchanged:: 1.1.1 Using the deprecated ``workflow_id`` parameter now raises a ``ValueError`` exception. """