We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb3dbe commit f0066eaCopy full SHA for f0066ea
CHANGELOG.md
@@ -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
7
## v1.0.4:
8
9
* [COOK-2042] - gunicorn LWRP support for virtualenv, deps
metadata.rb
@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Deploys and configures Python-based applications"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.0.4"
+version "1.0.6"
%w{ application python gunicorn supervisor }.each do |cb|
10
depends cb
0 commit comments