From 811c1a333669b27f6cfd94af0404186dd60f291f Mon Sep 17 00:00:00 2001 From: Felipe Arruda Pontes Date: Thu, 13 Nov 2014 00:31:17 -0200 Subject: [PATCH 1/2] bumping version of Django in setup.py to correspond to requirements/base.txt --- {{cookiecutter.repo_name}}/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/setup.py b/{{cookiecutter.repo_name}}/setup.py index cf0b01b29..8a7a51b54 100644 --- a/{{cookiecutter.repo_name}}/setup.py +++ b/{{cookiecutter.repo_name}}/setup.py @@ -23,7 +23,7 @@ setup( ], include_package_data=True, install_requires=[ - 'Django>=1.6.5', + 'Django>=1.7.1', ], zip_safe=False, scripts=['{{ cookiecutter.repo_name }}/manage.py'], From 3624aae69238e23b07c6bba715a6ba6056c35283 Mon Sep 17 00:00:00 2001 From: Felipe Arruda Pontes Date: Thu, 13 Nov 2014 00:35:54 -0200 Subject: [PATCH 2/2] adding myself to contributors --- CONTRIBUTORS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 7a43403f1..249f93d0f 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -31,6 +31,7 @@ Alberto Sanchez / @alb3rto Eyad Al Sibai / @eyadsibai Chris Franklin Benjamin Abel +Felipe Arruda / @arruda * Possesses commit rights