Skip to content

Commit

Permalink
Release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jul 7, 2022
1 parent 563a417 commit b1831e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
### BioBlend v
### BioBlend v0.18.0 - 2022-07-07

* Added support for Galaxy release 22.05.

* Add tus support to ``ToolClient.upload_file()`` (thanks to
[Nate Coraor](https://github.com/natefoo)).

* Format Python code with black and isort.

* Improvements to type annotations, tests and documentation.

### BioBlend v0.17.0 - 2022-05-09

* Dropped support for Python 3.6. Added support for Python 3.10. Added support
Expand Down
2 changes: 1 addition & 1 deletion bioblend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
)

# Current version of the library
__version__ = "0.17.0"
__version__ = "0.18.0"

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

0 comments on commit b1831e3

Please sign in to comment.