Bumped version to 1.1.0

This commit is contained in:
2016-05-09 12:19:58 +02:00
parent 6f251feab8
commit a6364f338e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
Pillar Python SDK changelog
===========================
Version 1.1.0, in development
-----------------------------
Version 1.1.0, released 2016-05-09
----------------------------------
- Added project user management.
- Project creation uses /p/create entry point on Pillar

View File

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

View File

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