From d2bbf7dee5e91c7590b0a56b68cdd2b1f21175d7 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 13 Dec 2015 20:25:18 -0800 Subject: [PATCH] Release 0.7.2; Validate certificate (and thus remove certificate validation warning). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07c2996..15f3a97 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.7.1', + version='0.7.2', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '