Skip to content

Commit 62fcbc3

Browse files
committed
Release 1.3.0
1 parent c103e7f commit 62fcbc3

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
### BioBlend v
1+
### BioBlend v1.3.0 - 2024-05-12
22

33
* Dropped support for Python 3.7. Added support for Python 3.12. Added support
44
for Galaxy releases 23.2 and 24.0.
55

6+
* Added ``copy_elements`` parameter to
7+
``HistoryClient.create_dataset_collection()`` and BioBlend.objects
8+
``History.create_dataset_collection()`` methods.
9+
610
* Added ``wait`` parameter to ``HistoryClient.delete_dataset()`` and
711
BioBlend.objects ``HistoryDatasetAssociation.delete()`` methods.
812

@@ -35,6 +39,9 @@
3539
* Fixed ``InvocationClient.get_invocation_biocompute_object()`` method on
3640
upcoming Galaxy 24.1 .
3741

42+
* * Improvements to linting and tests (thanks to
43+
[Matthias Bernt](https://github.com/bernt-matthias)).
44+
3845
### BioBlend v1.2.0 - 2023-06-30
3946

4047
* Dropped support for Galaxy releases 17.09-19.01. Added support for Galaxy

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.2.0"
19+
__version__ = "1.3.0"
2020

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

0 commit comments

Comments
 (0)