From d61b5e596473c18c638050c9146669a3da57c332 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Fri, 16 Jul 2010 15:58:04 +0000 Subject: [PATCH] Point to 1.0b5 to avoid confusion. svn path=/plone.app.discussion/trunk/; revision=37919 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index aaa5401..4997ae2 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.0b4 + http://good-py.appspot.com/release/plone.app.discussion/1.0b5 ...