Skip to content

Commit 5a1bae2

Browse files
authored
Expose typing information (PEP 561) (#88)
* Expose typing information (PEP 561) Done by creating `tusclient/py.typed`. * v1.0.2
1 parent 2256c7c commit 5a1bae2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
### 1.0.1 / 2023-06-20
26

37
- Fix bug preventing `verify_tls_cert` from being applied to `HEAD` requests (https://github.com/tus/tus-py-client/pull/80)

tusclient/__init__.py

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

tusclient/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)