From ecb41169b81f4793f62f9d61d88d940446f8ba3d Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Mon, 4 Nov 2013 23:10:01 -0500 Subject: [PATCH] Version bump to v1.4.2 --- CHANGELOG.md | 10 ++++++++++ metadata.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0e7b0..e9d3d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ python Cookbook CHANGELOG This file is used to list changes made in each version of the python cookbook. +v1.4.2 +------ +### Bug +- **[COOK-3796](https://tickets.opscode.com/browse/COOK-3796)** - Virtualenv can fail + +### Improvement +- **[COOK-3719](https://tickets.opscode.com/browse/COOK-3719)** - Allow alternative install python, update pip location +- **[COOK-3703](https://tickets.opscode.com/browse/COOK-3703)** - Create symlink for source built python [python3 support] + + v1.4.0 ------ ### New Feature diff --git a/metadata.rb b/metadata.rb index 8128d6d..f45fef3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with `pip` and `virtualenv` isolated Python environments." -version "1.4.1" +version "1.4.2" depends "build-essential" depends "yum"