From 1c39fe5b5a3cedc72f9ccefeaff55f523960e60d Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 6 Nov 2013 12:42:35 -0500 Subject: [PATCH] Version bump to v1.4.4 --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d3d3c..cec083f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ python Cookbook CHANGELOG This file is used to list changes made in each version of the python cookbook. +v1.4.4 +------ +[COOK-3816] - Including ez_setup script with cookbook instead of downloading from the internet + + v1.4.2 ------ ### Bug diff --git a/metadata.rb b/metadata.rb index f45fef3..4b61c77 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.2" +version "1.4.4" depends "build-essential" depends "yum"