We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a467b commit 98f4670Copy full SHA for 98f4670
2 files changed
CHANGELOG.md
@@ -3,6 +3,10 @@ application_python Cookbok CHANGELOG
3
This file is used to list changes made in each version of the application_python cookbook.
4
5
6
+v2.0.4
7
+------
8
+- Revery changes that broke backwards compatability
9
+
10
v2.0.2
11
------
12
### Bug
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 "2.0.3"
+version "2.0.4"
%w{ python gunicorn supervisor }.each do |cb|
depends cb
0 commit comments