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}