Skip to content

Commit 969e4dd

Browse files
committed
Release 1.6.0
1 parent 5e651fc commit 969e4dd

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## BioBlend v1.6.0 - 2025-06-18
2+
3+
* Added support for Galaxy release 25.0.
4+
5+
* Added support for API auth with access token (thanks to
6+
[Nuwan Goonasekera](https://github.com/nuwang)).
7+
8+
* Added ``decode_id()`` and ``encode_id()`` methods to ``ConfigClient`` (thanks
9+
to [Simon Bray](https://github.com/simonbray)).
10+
11+
* Added ``get_invocation_archive()`` method to ``InvocationClient`` (thanks to
12+
[Patrik Smeds](https://github.com/Smeds)).
13+
14+
* Added ``instance`` and ``legacy`` parameters to
15+
``WorkflowClient.show_workflow()`` (thanks to
16+
[Patrik Smeds](https://github.com/Smeds)).
17+
18+
* Improvements to documentation, tests and type annotation (thanks to
19+
[Dannon](https://github.com/dannon) and
20+
[Matthias Bernt](https://github.com/bernt-matthias)).
21+
122
### BioBlend v1.5.0 - 2025-03-06
223

324
* Dropped support for Python 3.8. Added support for Galaxy release 24.2.

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.5.0"
19+
__version__ = "1.6.0"
2020

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

0 commit comments

Comments
 (0)