Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Version bump to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 1, 2013
1 parent f0eb9ef commit 63c5429
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@ application_python Cookbok CHANGELOG
This file is used to list changes made in each version of the application_python cookbook.


v3.0.0
------
### Bug
- **[COOK-2212](https://tickets.opscode.com/browse/COOK-2212)** - autostart when server reboots
- **[COOK-3432](https://tickets.opscode.com/browse/COOK-3432)** - Use `Chef::DSL::IncludeRecipe` because `Chef::Mixin::LanguageIncludeRecipe` is deprecated

v2.0.4
------
- Revery changes that broke backwards compatability

v2.0.2
------
**This release did not follow semver and was reverted in 2.0.4!**

### Bug
- **[COOK-3432](https://tickets.opscode.com/browse/COOK-3432)** - Use `Chef::DSL::IncludeRecipe` because `Chef::Mixin::LanguageIncludeRecipe` is deprecated

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "3.0.0"

%w{ python gunicorn supervisor }.each do |cb|
depends cb
Expand Down

0 comments on commit 63c5429

Please sign in to comment.