Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 6, 2024
1 parent 2882cc4 commit eeb96c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bioblend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eeb96c5

Please sign in to comment.