Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius committed Jun 17, 2022
1 parent d45a727 commit e1a9aae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 1.0.0 / 2022-06-17 ###

* Drop support for Python 2 (https://github.com/tus/tus-py-client/pull/35)
* Add support for asyncIO using AsyncUploader class (https://github.com/tus/tus-py-client/pull/35)
* Use only first block of the file for a finger print (https://github.com/tus/tus-py-client/pull/37)
* Allow all 2XX status code for an upload response (https://github.com/tus/tus-py-client/pull/44)

### 0.2.5 / 2020-06-5 ###

### 0.2.4/ 2019-14-01 ###

* Add support for tus upload-checksum header
Expand Down
2 changes: 1 addition & 1 deletion tusclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.4'
__version__ = '1.0.0'

0 comments on commit e1a9aae

Please sign in to comment.