Skip to content

Commit c4801d0

Browse files
author
jtimberman
committed
release v1.0.2
1 parent 28630e5 commit c4801d0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## v1.0.0:
29

310
* [COOK-1246] - Initial release - relates to COOK-634.

metadata.rb

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

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

0 commit comments

Comments
 (0)