From 9c9abb9b6f6b3660d7065a5d9ff252bcc00462c4 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sat, 22 Jan 2011 12:54:14 +0000 Subject: [PATCH] Fix typo in version string; Fix good-py link in readme. svn path=/plone.app.discussion/branches/1.x/; revision=46993 --- README.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index b794c30..a90c5aa 100644 --- a/README.txt +++ b/README.txt @@ -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 ... diff --git a/setup.py b/setup.py index 43c5255..84eabde 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import sys from setuptools import setup, find_packages -version = '1.0bRC1' +version = '1.0RC1' install_requires = [ 'setuptools',