Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecb4116

Browse files
author
Sean OMeara
committed
Version bump to v1.4.2
1 parent da4cc8a commit ecb4116

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ python Cookbook CHANGELOG
33
This file is used to list changes made in each version of the python cookbook.
44

55

6+
v1.4.2
7+
------
8+
### Bug
9+
- **[COOK-3796](https://tickets.opscode.com/browse/COOK-3796)** - Virtualenv can fail
10+
11+
### Improvement
12+
- **[COOK-3719](https://tickets.opscode.com/browse/COOK-3719)** - Allow alternative install python, update pip location
13+
- **[COOK-3703](https://tickets.opscode.com/browse/COOK-3703)** - Create symlink for source built python [python3 support]
14+
15+
616
v1.4.0
717
------
818
### New Feature

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email "[email protected]"
44
license "Apache 2.0"
55
description "Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with `pip` and `virtualenv` isolated Python environments."
6-
version "1.4.1"
6+
version "1.4.2"
77

88
depends "build-essential"
99
depends "yum"

0 commit comments

Comments
 (0)