Skip to content

Commit f0066ea

Browse files
author
jtimberman
committed
release v1.0.6
1 parent 2eb3dbe commit f0066ea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.0.6:
2+
3+
* [COOK-2122] - pip was incorrectly using -E syntax
4+
* [COOK-2147] - django sub-resource searched wrong directory for
5+
requirements.txt
6+
17
## v1.0.4:
28

39
* [COOK-2042] - gunicorn LWRP support for virtualenv, deps

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license "Apache 2.0"
55
description "Deploys and configures Python-based applications"
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "1.0.4"
7+
version "1.0.6"
88

99
%w{ application python gunicorn supervisor }.each do |cb|
1010
depends cb

0 commit comments

Comments
 (0)