Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed May 10, 2024
1 parent 803b30d commit 93a8b27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
### BioBlend v
### BioBlend v1.3.0 - 2024-05-10

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

* Added ``copy_elements`` parameter to
``HistoryClient.create_dataset_collection()`` and BioBlend.objects
``History.create_dataset_collection()`` methods.

* Added ``wait`` parameter to ``HistoryClient.delete_dataset()`` and
BioBlend.objects ``HistoryDatasetAssociation.delete()`` methods.

Expand Down Expand Up @@ -35,6 +39,9 @@
* Fixed ``InvocationClient.get_invocation_biocompute_object()`` method on
upcoming Galaxy 24.1 .

* * Improvements to linting and tests (thanks to
[Matthias Bernt](https://github.com/bernt-matthias)).

### BioBlend v1.2.0 - 2023-06-30

* Dropped support for Galaxy releases 17.09-19.01. Added support for Galaxy
Expand Down
2 changes: 1 addition & 1 deletion bioblend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)

# Current version of the library
__version__ = "1.2.0"
__version__ = "1.3.0"

# default chunk size (in bytes) for reading remote data
try:
Expand Down

0 comments on commit 93a8b27

Please sign in to comment.