From 94ebb5442111564198a0da9f8510bd8940e401d9 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 24 Aug 2010 09:18:30 +0000 Subject: [PATCH] Update README to 1.0b6 as well. svn path=/plone.app.discussion/trunk/; revision=38886 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index a571394..740e046 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.0b5 + http://good-py.appspot.com/release/plone.app.discussion/1.0b6 ...