From dca0a016cf6716d865d1ad6bd222f89fd1aff0f1 Mon Sep 17 00:00:00 2001 From: "Fabio C. Barrioneuvo da Luz" Date: Mon, 27 Jul 2015 08:36:45 -0300 Subject: [PATCH 1/2] update ipython to 3.2.1 and django-allauth to 0.22.0 --- requirements.txt | 2 +- {{cookiecutter.repo_name}}/requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5c0c6a2..8049afaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ sh # Debugging # ------------------------------------- ipdb==0.8.1 -ipython==3.2.0 +ipython==3.2.1 # Testing # ------------------------------------- diff --git a/{{cookiecutter.repo_name}}/requirements/base.txt b/{{cookiecutter.repo_name}}/requirements/base.txt index 92346e2b..72a6a3ba 100644 --- a/{{cookiecutter.repo_name}}/requirements/base.txt +++ b/{{cookiecutter.repo_name}}/requirements/base.txt @@ -22,7 +22,7 @@ Pillow==2.9.0 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.21.0 +django-allauth==0.22.0 # For the persistence stores psycopg2==2.6.1 From 692ad5fae078815bcf3d4e1e9fdf6c7cb97f65c2 Mon Sep 17 00:00:00 2001 From: "Fabio C. Barrioneuvo da Luz" Date: Mon, 27 Jul 2015 10:01:31 -0300 Subject: [PATCH 2/2] Update changelog.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11c50e5..686abcb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-07-27] +## Changed +- update version of ipython, django-allauth (@luzfcb) +- update version of django-braces, django-floppyforms, django-model-utils (#287)(@burhan) + ## [2015-07-21] ## Changed - memcached is as a cache is replace with redis (#258)(@burhan)