release 1.0.0-rc.2

This commit is contained in:
Nejc Zupan 2013-10-09 21:25:21 -03:00
parent 05b72dd7c8
commit 243230d0b0
1 changed files with 1 additions and 1 deletions

View File

@ -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',