From 56da7923d7012ff22f66bb2da541f59638be1342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 9 May 2016 14:36:25 +0200 Subject: [PATCH] Bumped version to 1.1.1 --- CHANGELOG.md | 16 ++++++---------- pillarsdk/config.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 12 deletions(-) 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'],