We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9c3f1 commit 0cb9bc1Copy full SHA for 0cb9bc1
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## BioBlend v
+## BioBlend v1.8.0 - 2026-02-20
2
3
* Dropped support for Python 3.9. Added support for Galaxy release 26.0.
4
@@ -11,7 +11,7 @@
11
* Added ``preferred_object_store_id`` parameter to
12
``HistoryClient.update_history()``.
13
14
-* Improvements to documentation and tests.
+* Improvements to documentation, tests and type annotation.
15
16
## BioBlend v1.7.0 - 2025-11-07
17
bioblend/__init__.py
@@ -14,7 +14,7 @@
)
# Current version of the library
-__version__ = "1.7.0"
+__version__ = "1.8.0"
18
19
# default chunk size (in bytes) for reading remote data
20
try:
0 commit comments