diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6e303..739fdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.0.6: + +* [COOK-1036] - correctly grep for python-module version +* [COOK-1046] - run pip inside the virtualenv + ## v1.0.4: * [COOK-960] - add timeout to python_pip diff --git a/metadata.rb b/metadata.rb index 15f9f58..f57f356 100644 --- a/metadata.rb +++ b/metadata.rb @@ -2,7 +2,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.0.4" +version "1.0.6" depends "build-essential"