From 7f9baab66b1c66ecb6f59c7bb27dd519446ede8a Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Tue, 22 Sep 2015 08:52:06 -0700 Subject: [PATCH] Add #336 to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 513a4f98..db040f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-09-17] +### Added +- Add Python version option for deployment (@yunti) + ## [2015-09-18] ### Changed - Major reorganization of docs (@pydanny)