We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28630e5 commit c4801d0Copy full SHA for c4801d0
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v1.0.2:
2
+
3
+* [COOK-1420] - template resource source cookbook is wrong
4
+* [COOK-1421] - pip using old -E syntax
5
+* [COOK-1422] - syncdb using --migrate option
6
+* [COOK-1477] - pip requirements.txt and editable package support
7
8
## v1.0.0:
9
10
* [COOK-1246] - Initial release - relates to COOK-634.
metadata.rb
@@ -3,7 +3,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.0"
+version "1.0.2"
%w{ application python gunicorn supervisor }.each do |cb|
depends cb
0 commit comments