From 243230d0b0b28d57c799e0c364c0e5eca45b542d Mon Sep 17 00:00:00 2001 From: Nejc Zupan Date: Wed, 9 Oct 2013 21:25:21 -0300 Subject: [PATCH] release 1.0.0-rc.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81f1ba4..c48ae1f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import os def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() -version = '1.0.0-rc.1' +version = '1.0.0-rc.2' setup( name='plone.api',