From e3bf826fce48498a3bd38bbcfd6c0b45d0564954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 11 Apr 2016 16:41:59 +0200 Subject: [PATCH] Release 0.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tor Arne Vestbø (3): Detect TTY when deciding whether to enable interactive mode or not Handle content-type header with parameters when debugging requests Gracefully handle malformed cookiejars --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70ad7a0..8efd412 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.8.2', + version='0.8.3', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '