Skip to content

Commit eeb96c5

Browse files
committed
Release 1.4.0
1 parent 2882cc4 commit eeb96c5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
### BioBlend v
1+
### BioBlend v1.4.0 - 2024-11-06
22

33
* Added support for Python 3.13. Added support for Galaxy release 24.1.
44

5+
* Added ``user_agent`` parameter to the ``__init__()`` method of the
6+
``GalaxyClient``, ``GalaxyInstance`` and ``ToolShedInstance`` classes (thanks
7+
to [Daniel Blankenberg](https://github.com/blankenberg)).
8+
59
* Added ``version`` and ``use_cached_job`` parameters to
610
``WorkflowClient.invoke_workflow()`` method (reported by
711
[Bérénice Batut](https://github.com/bebatut)).
812

13+
* Changed the default values for the ``operation`` and ``default`` parameters of
14+
the ``QuotaClient.update_quota()`` method (thanks to
15+
[Matthias Bernt](https://github.com/bernt-matthias)).
16+
17+
* Improvements to tests and documentation (thanks to
18+
[Matthias Bernt](https://github.com/bernt-matthias)).
19+
920
### BioBlend v1.3.0 - 2024-05-12
1021

1122
* Dropped support for Python 3.7. Added support for Python 3.12. Added support

bioblend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
)
1717

1818
# Current version of the library
19-
__version__ = "1.3.0"
19+
__version__ = "1.4.0"
2020

2121
# default chunk size (in bytes) for reading remote data
2222
try:

0 commit comments

Comments
 (0)