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'