Prepare 1.0 release.

svn path=/plone.app.discussion/branches/1.x/; revision=47294
This commit is contained in:
Timo Stollenwerk 2011-02-07 12:06:03 +00:00
parent 8da226ee99
commit 29cf266b25
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import sys
from setuptools import setup, find_packages
version = '1.0dev'
version = '1.0'
install_requires = [
'setuptools',