Release 0.8.3

Tor Arne Vestbø <torarnv@gmail.com> (3):
      Detect TTY when deciding whether to enable interactive mode or not
      Handle content-type header with parameters when debugging requests
      Gracefully handle malformed cookiejars
This commit is contained in:
Tor Arne Vestbø 2016-04-11 16:41:59 +02:00
parent 358d84e334
commit e3bf826fce

View file

@ -7,7 +7,7 @@ with open('requirements.txt') as f:
setup( setup(
name='pyicloud', name='pyicloud',
version='0.8.2', version='0.8.3',
url='https://github.com/picklepete/pyicloud', url='https://github.com/picklepete/pyicloud',
description=( description=(
'PyiCloud is a module which allows pythonistas to ' 'PyiCloud is a module which allows pythonistas to '