Release 0.7.3; fixes for session handling to prevent e-mail notifications from being sent for each request.

This commit is contained in:
Adam Coddington 2016-01-10 22:22:35 -08:00
parent ce8d570b21
commit 604fe68414

View file

@ -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 '