Skip to content

Commit 0cb9bc1

Browse files
committed
Release 1.8.0
1 parent 7e9c3f1 commit 0cb9bc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## BioBlend v
1+
## BioBlend v1.8.0 - 2026-02-20
22

33
* Dropped support for Python 3.9. Added support for Galaxy release 26.0.
44

@@ -11,7 +11,7 @@
1111
* Added ``preferred_object_store_id`` parameter to
1212
``HistoryClient.update_history()``.
1313

14-
* Improvements to documentation and tests.
14+
* Improvements to documentation, tests and type annotation.
1515

1616
## BioBlend v1.7.0 - 2025-11-07
1717

bioblend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515

1616
# Current version of the library
17-
__version__ = "1.7.0"
17+
__version__ = "1.8.0"
1818

1919
# default chunk size (in bytes) for reading remote data
2020
try:

0 commit comments

Comments
 (0)