Skip to content

Commit b1831e3

Browse files
committed
Release 0.18.0
1 parent 563a417 commit b1831e3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
### BioBlend v
1+
### BioBlend v0.18.0 - 2022-07-07
22

33
* Added support for Galaxy release 22.05.
44

5+
* Add tus support to ``ToolClient.upload_file()`` (thanks to
6+
[Nate Coraor](https://github.com/natefoo)).
7+
58
* Format Python code with black and isort.
69

10+
* Improvements to type annotations, tests and documentation.
11+
712
### BioBlend v0.17.0 - 2022-05-09
813

914
* Dropped support for Python 3.6. Added support for Python 3.10. Added support

bioblend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
)
99

1010
# Current version of the library
11-
__version__ = "0.17.0"
11+
__version__ = "0.18.0"
1212

1313
# default chunk size (in bytes) for reading remote data
1414
try:

0 commit comments

Comments
 (0)