From 2b95c6b92c967c7ca71540093e16664fe9de1d0a Mon Sep 17 00:00:00 2001 From: Ifedapo Olarewaju Date: Mon, 13 Aug 2018 01:31:32 +0300 Subject: [PATCH] release version bump 0.2.3 --- CHANGELOG.md | 6 ++++++ tusclient/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee89f5e..09a27f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.2.3/ 2018-13-03 ### + +* Refine connection error handling +* Make long description render correctly on pypi.org +* Set default chunksize to largest possible number + ### 0.2.2/ 2018-19-03 ### * Replace the use of PyCurl with builtin http.client diff --git a/tusclient/__init__.py b/tusclient/__init__.py index 020ed73..d93b5b2 100644 --- a/tusclient/__init__.py +++ b/tusclient/__init__.py @@ -1 +1 @@ -__version__ = '0.2.2' +__version__ = '0.2.3'