From 49eebc5cdc3140a33760d3e4da29a94d2f381f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Sat, 12 Mar 2016 14:57:26 +0100 Subject: [PATCH] Release 0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bart274 (1): Replace manual time zone handling with use of the tzlocal module Tor Arne Vestbø (5): Remove leftover debug logging from iCloud Photo service Remove useless sanity check for sparse photo album assets Don't assume request response is always JSON Charge HTTP logging to separate child logger of each service Don't set host header in reminders service --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff0a568..53dbfb0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.8.0', + version='0.8.1', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '