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 a414d5f commit bcb032dCopy full SHA for bcb032d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.1.0 / 2024-11-29
2
+
3
+- Add support for specifying client certificates for TLS by @quality-leftovers in [#85](https://github.com/tus/tus-py-client/pulls/85)
4
5
### 1.0.3 / 2023-12-13
6
7
- Add explicit test fixtures to fix tests on Windows by @nhairs in https://github.com/tus/tus-py-client/pull/91
tusclient/__init__.py
@@ -1 +1 @@
-__version__ = "1.0.3"
+__version__ = "1.1.0"
0 commit comments