Skip to content

Commit cc6e718

Browse files
committed
Release 1.5.0
1 parent 85e99b5 commit cc6e718

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
### BioBlend v
1+
### BioBlend v1.5.0 - 2025-03-06
22

33
* Dropped support for Python 3.8. Added support for Galaxy release 24.2.
44

5+
* Added ``limit``, ``offset`` and ``include_deleted`` parameters to
6+
``FoldersClient.show_folder()`` (thanks to
7+
[Matthias Bernt](https://github.com/bernt-matthias)).
8+
59
* Added ``offset`` parameter to ``InvocationClient.get_invocations()`` and
610
BioBlend.objects ``ObjInvocationClient.list()`` methods.
711

bioblend/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
)
1717

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

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

0 commit comments

Comments
 (0)