diff --git a/CHANGES.rst b/CHANGES.rst index 770a019..14b2ea0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -1.1.0 (unreleased) +1.1.0 (2013-10-12) ------------------ - List supported Plone versions in setup.py. diff --git a/setup.py b/setup.py index 91b80f5..da7a041 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = \ read('CHANGES.rst') + \ read('docs', 'LICENSE.txt') -version = '1.1.0-rc.1' +version = '1.1.0' setup( name='plone.api',