diff --git a/CHANGELOG.md b/CHANGELOG.md index f6bb92bca..920c78b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bioblend/__init__.py b/bioblend/__init__.py index e99ddb0b6..e0f5a5b43 100644 --- a/bioblend/__init__.py +++ b/bioblend/__init__.py @@ -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: