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 2256c7c commit 5a1bae2Copy full SHA for 5a1bae2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.0.2 / 2023-11-30
2
+
3
+- Expose typing information (PEP 561) [#87](https://github.com/tus/tus-py-client/issues/87)
4
5
### 1.0.1 / 2023-06-20
6
7
- Fix bug preventing `verify_tls_cert` from being applied to `HEAD` requests (https://github.com/tus/tus-py-client/pull/80)
tusclient/__init__.py
@@ -1 +1 @@
-__version__ = '1.0.1'
+__version__ = '1.0.2'
tusclient/py.typed
0 commit comments