Skip to content

Commit e1a9aae

Browse files
author
Marius
committed
v1.0.0
1 parent d45a727 commit e1a9aae

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 1.0.0 / 2022-06-17 ###
2+
3+
* Drop support for Python 2 (https://github.com/tus/tus-py-client/pull/35)
4+
* Add support for asyncIO using AsyncUploader class (https://github.com/tus/tus-py-client/pull/35)
5+
* Use only first block of the file for a finger print (https://github.com/tus/tus-py-client/pull/37)
6+
* Allow all 2XX status code for an upload response (https://github.com/tus/tus-py-client/pull/44)
7+
8+
### 0.2.5 / 2020-06-5 ###
9+
110
### 0.2.4/ 2019-14-01 ###
211

312
* Add support for tus upload-checksum header

tusclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.4'
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)