Fix typo in version string; Fix good-py link in readme.

svn path=/plone.app.discussion/branches/1.x/; revision=46993
This commit is contained in:
Timo Stollenwerk 2011-01-22 12:54:14 +00:00
parent ed4f2b1fa8
commit 9c9abb9b6f
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ To install plone.app.discussion, add the following code to your buildout.cfg::
...
extends =
...
http://good-py.appspot.com/release/plone.app.discussion/1.0b12
http://good-py.appspot.com/release/plone.app.discussion/1.0
...

View File

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