From 94f9ce23de3f65c84bd20ca1bff3f775ae8880b2 Mon Sep 17 00:00:00 2001 From: Sandy Date: Fri, 16 Mar 2018 21:18:54 -0700 Subject: [PATCH 1/3] Fix description key in GPL License Fix issue create GPL project ``` Unable to create file 'LICENSE' Error message: 'dict object' has no attribute 'project_short_description' ``` --- {{cookiecutter.project_slug}}/LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/LICENSE b/{{cookiecutter.project_slug}}/LICENSE index 818b00f..abab550 100644 --- a/{{cookiecutter.project_slug}}/LICENSE +++ b/{{cookiecutter.project_slug}}/LICENSE @@ -66,7 +66,7 @@ limitations under the License. GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - {{ cookiecutter.project_short_description }} + {{ cookiecutter.description }} Copyright (C) {% now 'local', '%Y' %} {{ cookiecutter.author_name }} This program is free software: you can redistribute it and/or modify From 9b2a57562a8bc80fada0257e2abc9be5cb439151 Mon Sep 17 00:00:00 2001 From: Henning Kage Date: Sun, 18 Mar 2018 13:41:54 +0100 Subject: [PATCH 2/3] Added bwrsandman to the contributor list --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9b78728..76c788e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,2 +1,3 @@ +bwrsandman Dectinc Henning Kage From 767e27b5e33c22c8879ce1584a76f1e350bd4556 Mon Sep 17 00:00:00 2001 From: Henning Kage Date: Sun, 18 Mar 2018 13:43:32 +0100 Subject: [PATCH 3/3] Added changelog entry --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9687f73..8c21ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ Changelog Development --- -0.2.3 (2017-11-07) +0.2.4 (2018-03-18) +--- +* Fixed project description for GPL projects (thanks to bwrsandman) +0.2.3 (2017-11-07) +--- * Bumped Tornado version to 4.5.2 0.2.2 (2017-05-12)