From 49857ca5236eb16bff31b996ba06b561b4e20d92 Mon Sep 17 00:00:00 2001 From: Ifedapo Olarewaju Date: Mon, 19 Mar 2018 02:43:42 +0100 Subject: [PATCH] release: update version --- CHANGELOG.md | 5 +++++ tusclient/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41865f7..ee89f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.2.2/ 2018-19-03 ### + +* Replace the use of PyCurl with builtin http.client +* Remove unwanted debug printing + ### 0.2.1 / 2017-12-02 ### * Fix installtion and Doc autogeneration issue diff --git a/tusclient/__init__.py b/tusclient/__init__.py index fc79d63..020ed73 100644 --- a/tusclient/__init__.py +++ b/tusclient/__init__.py @@ -1 +1 @@ -__version__ = '0.2.1' +__version__ = '0.2.2'