From 4d9d7d91109b09f49bc1acca46d689dadcfc8cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20C=2E=20Barrionuevo=20da=20Luz?= Date: Sat, 7 Mar 2015 12:53:33 -0300 Subject: [PATCH] update gunicorn version to 19.3.0 --- {{cookiecutter.repo_name}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/requirements/production.txt b/{{cookiecutter.repo_name}}/requirements/production.txt index db4cb02a..2e4ca3e3 100644 --- a/{{cookiecutter.repo_name}}/requirements/production.txt +++ b/{{cookiecutter.repo_name}}/requirements/production.txt @@ -2,7 +2,7 @@ # production that isn't in development. -r base.txt -gunicorn==19.2.1 +gunicorn==19.3.0 django-storages==1.1.8 Collectfast==0.2.1 gevent==1.0.1