release 1.1.0

This commit is contained in:
Nejc Zupan 2013-10-12 02:06:00 -03:00
parent 06755d873e
commit f115bb2035
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
1.1.0 (unreleased) 1.1.0 (2013-10-12)
------------------ ------------------
- List supported Plone versions in setup.py. - List supported Plone versions in setup.py.

View File

@ -11,7 +11,7 @@ long_description = \
read('CHANGES.rst') + \ read('CHANGES.rst') + \
read('docs', 'LICENSE.txt') read('docs', 'LICENSE.txt')
version = '1.1.0-rc.1' version = '1.1.0'
setup( setup(
name='plone.api', name='plone.api',