From 3ebc83447f3d51693440de0f264468340e485ee1 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Wed, 3 Nov 2010 15:13:28 +0000 Subject: [PATCH] Point to the 1.0b11 KGS in README. svn path=/plone.app.discussion/trunk/; revision=45130 --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 0512b80..8c4ec03 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.0b10 + http://good-py.appspot.com/release/plone.app.discussion/1.0b11 ... @@ -54,7 +54,7 @@ To install plone.app.discussion, add the following code to your buildout.cfg:: versions = versions [versions] - zope.schema = 3.6.0 + zope.schema = 3.6.4 ...