Skip to content

Commit 4c873e0

Browse files
committed
Version bump to v1.4.0
1 parent f6eaa68 commit 4c873e0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

‎CHANGELOG.md‎

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

55

6+
v1.4.0
7+
------
8+
### New Feature
9+
-**[COOK-3248](https://tickets.opscode.com/browse/COOK-3248)** - Improve testing suite
10+
11+
### Improvement
12+
-**[COOK-3125](https://tickets.opscode.com/browse/COOK-3125)** - Don't use `normal` attributes
13+
14+
### Bug
15+
-**[COOK-3084](https://tickets.opscode.com/browse/COOK-3084)** - Fix `python_virtualenv` on EL 5
16+
617
v1.3.6
718
------
819
### Bug

‎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.3.7"
6+
version"1.4.0"
77

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

0 commit comments

Comments
(0)