Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
Same as BioBlend v1.1.0, briefly released with wrong version number 1.0.1 on
GitHub, PyPI and Bioconda.
  • Loading branch information
nsoranzo committed Feb 21, 2023
1 parent bdf7a10 commit 7059d62
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion bioblend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions bioblend/galaxy/libraries/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down Expand Up @@ -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.
"""
Expand Down
2 changes: 1 addition & 1 deletion bioblend/galaxy/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down
2 changes: 1 addition & 1 deletion bioblend/galaxy/workflows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 7059d62

Please sign in to comment.