We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45a727 commit e1a9aaeCopy full SHA for e1a9aae
CHANGELOG.md
@@ -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
10
### 0.2.4/ 2019-14-01 ###
11
12
* Add support for tus upload-checksum header
tusclient/__init__.py
@@ -1 +1 @@
-__version__ = '0.2.4'
+__version__ = '1.0.0'
0 commit comments