we need to increase the minor version, since we introduced new api methods

This commit is contained in:
Nejc Zupan 2013-10-10 18:11:37 -03:00
parent 7a59298933
commit 0eabad14f6
2 changed files with 7 additions and 3 deletions

View File

@ -1,10 +1,14 @@
Changelog
=========
1.0.0-rc.3 (unreleased)
1.1.0-rc.1 (unreleased)
-----------------------
- No changes yet.
- Use api.plone.org/foo redirects.
[zupo]
- Add MANIFEST.in file.
[hvelarde]
1.0.0-rc.3 (2013-10-09)

View File

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