Set version to 1.0RC2.

svn path=/plone.app.discussion/branches/1.x/; revision=47032
This commit is contained in:
Timo Stollenwerk 2011-01-24 08:38:14 +00:00
parent 543b9d47c5
commit e8971a364a
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ copyright = u'2010, Timo Stollenwerk - Plone Foundation'
# The short X.Y version. # The short X.Y version.
version = '1.0' version = '1.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.0RC1' release = '1.0RC2'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

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