From 0eabad14f6e345ede4922c983d94f3d19de37caa Mon Sep 17 00:00:00 2001 From: Nejc Zupan Date: Thu, 10 Oct 2013 18:11:37 -0300 Subject: [PATCH] we need to increase the minor version, since we introduced new api methods --- CHANGES.rst | 8 ++++++-- setup.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 10a3d52..77e46a4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) diff --git a/setup.py b/setup.py index 7a86d86..90ab318 100644 --- a/setup.py +++ b/setup.py @@ -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',