diff --git a/buildout.cfg b/buildout.cfg index 0fb2bf45f..49fa5884d 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -38,14 +38,14 @@ unzip = true [django] recipe = djangorecipe -version = 1.2.4 +version = 1.2.5 projectegg = zinnia settings = testsettings eggs = ${buildout:eggs} [demo] recipe = djangorecipe -version = 1.2.4 +version = 1.2.5 projectegg = demo settings = settings eggs = ${buildout:eggs}