From 04f3ddbc86f6e5419fc247de268e5a1bfb0a00c3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 5 Jun 2017 13:34:15 -0400 Subject: [PATCH] updates (#407) * silently use sp-grep * history * update license --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd0a7aa..99454ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Python Buildpack Changelog +# 109 + +Fix output for collectstatic step. + # 108 Updated setuptools. diff --git a/LICENSE b/LICENSE index a27d3450..adf8a33e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License: -Copyright (C) 2016 Heroku, Inc. +Copyright (C) 2017 Heroku, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -- GitLab