Bumped version to 1.1.1

This commit is contained in:
2016-05-09 14:36:25 +02:00
parent a229251f62
commit 56da7923d7
3 changed files with 8 additions and 12 deletions

View File

@@ -1,21 +1,17 @@
Pillar Python SDK changelog
===========================
Version 1.1.0, released 2016-05-09
----------------------------------
Version 1.1
-----------
- Added project user management.
- Project creation uses /p/create entry point on Pillar
- Bug fixes.
Version 1.0.1, released 2016-05-06
----------------------------------
Version 1.0
-----------
- Initial public release for use with Blender Cloud addon.
- Fixed compatibility with clients not using a subclient token.
Version 1.0.0, released 2016-05-04
----------------------------------
Initial public release for use with Blender Cloud addon.

View File

@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.1.1'

View File

@@ -8,7 +8,7 @@ The Pillar REST SDK provides Python APIs to communicate to the Pillar webservice
setup(
name='pillarsdk',
version='1.1.0',
version='1.1.1',
author=u'Francesco Siddi, Sybren A. Stüvel, PayPal',
author_email='francesco@blender.org',
packages=['pillarsdk'],