From 858d2e520a71dce35d210b9e9c45d4d95d1c9666 Mon Sep 17 00:00:00 2001 From: Miquel Torres Date: Fri, 1 Jul 2011 16:34:37 +0200 Subject: [PATCH] Tag 0.6.3 --- CHANGELOG | 6 +++--- littlechef/version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 73405fd..9bc29e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/littlechef/version.py b/littlechef/version.py index 2ad38b2..fd17425 100644 --- a/littlechef/version.py +++ b/littlechef/version.py @@ -1,2 +1,2 @@ -VERSION = (0, 6, 2) +VERSION = (0, 6, 3) version = ".".join([str(x) for x in VERSION])