From 0c138d6dac9947ac738955b7823418d96d5fa03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 25 Feb 2016 15:50:41 +0100 Subject: [PATCH] Release 0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adam Coddington (2): Drops support for Python 2.6. [#64] Adds Keychain-based Authentication Daren Lord (1): Squashed commit of the following: Tor Arne Vestbø (11): Normalize HTTP header names to title case Remove three unused endpoint definitions from PyiCloudService base Use same setup/login endpoint as iCloud webapp Don't set Host header manually Fix reStructuredText inline literal formatting in README Document how to use the contacts API Simplify login sequence Add centralized logging of iCloud API requests Add support for two-factor authentication Add iCloud Photo Library service Tweak wording of password prompt yannickulrich (3): Adding Reminder support PEP8 compatibility PEP8 for base.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e505e39..ff0a568 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.7.3', + version='0.8.0', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '