From 3cf8b620ee1db936a418ad2ae89237b17cdc4365 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 13 Dec 2015 20:22:06 -0800 Subject: [PATCH] Release 0.7.1; Validates Apple's server certificate (to eliminate an emitted warning). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9814aa..07c2996 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.7.0', + version='0.7.1', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '