Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Dec 13, 2023
1 parent 43b9b57 commit 7b54f7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.0.3 / 2023-12-13

- Add explicit test fixtures to fix tests on Windows by @nhairs in https://github.com/tus/tus-py-client/pull/91
- Remove unneeded `six` dependency (was used for Python 2) by @a-detiste in https://github.com/tus/tus-py-client/pull/90
- Fix calls to `upload_chunk` by @Acconut in https://github.com/tus/tus-py-client/pull/92

### 1.0.2 / 2023-11-30

- Remove unnecessary future install requirement [#81](https://github.com/tus/tus-py-client/pulls/81)
Expand Down
2 changes: 1 addition & 1 deletion tusclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit 7b54f7a

Please sign in to comment.