We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563a417 commit b1831e3Copy full SHA for b1831e3
CHANGELOG.md
@@ -1,9 +1,14 @@
1
-### BioBlend v
+### BioBlend v0.18.0 - 2022-07-07
2
3
* Added support for Galaxy release 22.05.
4
5
+* Add tus support to ``ToolClient.upload_file()`` (thanks to
6
+ [Nate Coraor](https://github.com/natefoo)).
7
+
8
* Format Python code with black and isort.
9
10
+* Improvements to type annotations, tests and documentation.
11
12
### BioBlend v0.17.0 - 2022-05-09
13
14
* Dropped support for Python 3.6. Added support for Python 3.10. Added support
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:
0 commit comments