From 129ce5f0df440a3beba3e4b0ddde69f39f31bc94 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 7 Aug 2015 14:44:56 -0400 Subject: [PATCH] changelog entry --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfcba9d..d1932810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,22 @@ # Python Buildpack Changelog +## v62 (2015-08-07) + +Updated Pip and Setuptools. + +- Setuptools updated to v18.1 +- Pip updated to v7.1.0 + ## v61 (2015-06-30) -Updated Pip and Distribute. +Updated Pip and Setuptools. - Setuptools updated to v18.0.1 - Pip updated to v7.0.3 ## v60 (2015-05-27) -Default Python is now latest 2.7.10. Updated Pip and Distribute. +Default Python is now latest 2.7.10. Updated Pip and Distribute. - Default Python version is v2.7.10 - Setuptools updated to v16.0 -- GitLab