Release 0.8.2

Bart274 <de_van_bos@msn.com> (1):
      Use Python 3 exception handling syntax (PEP 3110)

Tor Arne Vestbø <torarnv@gmail.com> (1):
      Add MIT license
This commit is contained in:
Tor Arne Vestbø 2016-04-02 13:29:35 +02:00
parent e59eafe04d
commit c372797407

View file

@ -7,7 +7,7 @@ with open('requirements.txt') as f:
setup( setup(
name='pyicloud', name='pyicloud',
version='0.8.1', version='0.8.2',
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 '