From 52ecb52d6f5af4596c4bddc4476e55c1051b1ac7 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Wed, 25 Mar 2015 21:16:35 -0700 Subject: [PATCH] Release 0.6.2; fixes timezone handling in calendar. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 22d6e8d..ceeeccf 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: setup( name='pyicloud', - version='0.6.1', + version='0.6.2', url='https://github.com/picklepete/pyicloud', description=( 'PyiCloud is a module which allows pythonistas to '