From 232cdb3e34e00c0e58df7ac4319a2c5ee878ae52 Mon Sep 17 00:00:00 2001 From: ifedapoolarewaju Date: Sat, 5 Jun 2021 00:08:19 +0100 Subject: [PATCH] version bump 0.2.5 --- CHANGELOG.md | 4 ++++ tusclient/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999b7dc..2f615dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.2.5/ 2021-04-06 ### + +* Fix proxy issue by using requests library everywhere (thank you @adrpar) + ### 0.2.4/ 2019-14-01 ### * Add support for tus upload-checksum header diff --git a/tusclient/__init__.py b/tusclient/__init__.py index a6587ae..13a85f7 100644 --- a/tusclient/__init__.py +++ b/tusclient/__init__.py @@ -1 +1 @@ -__version__ = '0.2.4' +__version__ = '0.2.5'