From 7b949ba6cc9a92ed4d3a4b93c56b253e7c2cb325 Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Wed, 25 Nov 2015 08:20:19 -0800 Subject: [PATCH] Update gunicorn to 19.4.1. --- CHANGELOG.md | 1 + {{cookiecutter.repo_name}}/requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 091e73d3..12fb54e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2015-11-25] ### Changed - Update version of psutil (@luzfcb) +- Update version of gunicorn (@audreyr) ## [2015-11-24] ### Changed diff --git a/{{cookiecutter.repo_name}}/requirements/production.txt b/{{cookiecutter.repo_name}}/requirements/production.txt index f28071e0..fedfa481 100644 --- a/{{cookiecutter.repo_name}}/requirements/production.txt +++ b/{{cookiecutter.repo_name}}/requirements/production.txt @@ -17,7 +17,7 @@ gevent==1.0.2 # there's no python 3 support in stable, have to use the latest release candidate for gevent gevent==1.1rc1 {% endif %} -gunicorn==19.3.0 +gunicorn==19.4.1 # Static and Media Storage # ------------------------------------------------