diff --git a/CHANGELOG.md b/CHANGELOG.md index 674a04a..198dfe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. - diff --git a/pillarsdk/config.py b/pillarsdk/config.py index 1a72d32..b3ddbc4 100644 --- a/pillarsdk/config.py +++ b/pillarsdk/config.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.1.1' diff --git a/setup.py b/setup.py index 1d8a1da..799ef33 100644 --- a/setup.py +++ b/setup.py @@ -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'],