Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Nov 26, 2012
1 parent b8fffe2 commit b78e82b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.0:

* [COOK-1715] - Add user and group to python_pip
* [COOK-1727] - Python cookbook cannot install `pip` on CentOS
versions < 6

## v1.0.8:

* [COOK-1016] - python package needs separate names for centos/rhel 5.x vs 6.x
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Install packages using the new hotness in Python package management...[`pip`](ht
- :install: Install a pip package - if version is provided, install that specific version
- :upgrade: Upgrade a pip package - if version is provided, upgrade to that specific version
- :remove: Remove a pip package
- :user: User to run pip as, for using with virtualenv
- :group: Group to run pip as, for using with virtualenv
- :purge: Purge a pip package (this usually entails removing configuration files as well as the package itself). With pip packages this behaves the same as `:remove`

# Attribute Parameters
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email "[email protected]"
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.8"
version "1.1.0"

depends "build-essential"
depends "yum"
Expand Down

0 comments on commit b78e82b

Please sign in to comment.