Skip to content

Commit

Permalink
Tag 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Jul 1, 2011
1 parent e880e1b commit 858d2e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG
Expand Up @@ -3,12 +3,12 @@ LittleChef Changelog
====================


Version 0.6.3 to be released
Version 0.6.3 July 1, 2011
----------------------------------------
* NEW: Chef 0.10.x is not default for Debian package installation.
* NEW: Chef 0.10.x is now default for Debian package installation.
That was already the case for the other methods
* FIX: cook should not require a kitchen to run "cook -v"
* FIX: Toby fixed the Debian package installation to run unattended again
* FIX: cook should not require a kitchen to run "cook -v"


Version 0.6.2 June 15, 2011
Expand Down
2 changes: 1 addition & 1 deletion littlechef/version.py
@@ -1,2 +1,2 @@
VERSION = (0, 6, 2)
VERSION = (0, 6, 3)
version = ".".join([str(x) for x in VERSION])

0 comments on commit 858d2e5

Please sign in to comment.