From da3906f813e0e6505d2dd15d903290235329295a Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 12 Oct 2009 14:48:30 +0200 Subject: [PATCH] Updated buildout config --- buildout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index b2ea4ed..6aab290 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -16,14 +16,14 @@ eggs = ${buildout:eggs} [django] recipe = djangorecipe -version = 1.0.2 +version = 1.0.4 projectegg = example settings = development eggs = ${buildout:eggs} [django-trunk] recipe = djangorecipe -version = 1.1 +version = 1.1.1 projectegg = example settings = development eggs = ${buildout:eggs}