From 604fe68414128c14d2a3f6a9e9a05b7e5f8eba44 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 10 Jan 2016 22:22:35 -0800 Subject: [PATCH] Release 0.7.3; fixes for session handling to prevent e-mail notifications from being sent for each request. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 15f3a97..e505e39 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.7.2', + version='0.7.3', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '