We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e99b5 commit cc6e718Copy full SHA for cc6e718
CHANGELOG.md
@@ -1,7 +1,11 @@
1
-### BioBlend v
+### BioBlend v1.5.0 - 2025-03-06
2
3
* Dropped support for Python 3.8. Added support for Galaxy release 24.2.
4
5
+* Added ``limit``, ``offset`` and ``include_deleted`` parameters to
6
+ ``FoldersClient.show_folder()`` (thanks to
7
+ [Matthias Bernt](https://github.com/bernt-matthias)).
8
+
9
* Added ``offset`` parameter to ``InvocationClient.get_invocations()`` and
10
BioBlend.objects ``ObjInvocationClient.list()`` methods.
11
bioblend/__init__.py
@@ -16,7 +16,7 @@
16
)
17
18
# Current version of the library
19
-__version__ = "1.4.0"
+__version__ = "1.5.0"
20
21
# default chunk size (in bytes) for reading remote data
22
try:
0 commit comments