Release 0.8.1
Bart274 <de_van_bos@msn.com> (1): Replace manual time zone handling with use of the tzlocal module Tor Arne Vestbø <torarnv@gmail.com> (5): Remove leftover debug logging from iCloud Photo service Remove useless sanity check for sparse photo album assets Don't assume request response is always JSON Charge HTTP logging to separate child logger of each service Don't set host header in reminders service
This commit is contained in:
parent
a6aa998a04
commit
49eebc5cdc
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ with open('requirements.txt') as f:
|
|||
|
||||
setup(
|
||||
name='pyicloud',
|
||||
version='0.8.0',
|
||||
version='0.8.1',
|
||||
url='https://github.com/picklepete/pyicloud',
|
||||
description=(
|
||||
'PyiCloud is a module which allows pythonistas to '
|
||||
|
|
Loading…
Reference in a new issue