Set version to 1.0RC2.
svn path=/plone.app.discussion/branches/1.x/; revision=47032
This commit is contained in:
parent
543b9d47c5
commit
e8971a364a
@ -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.
|
||||||
|
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user