From cce32feab871a813083d2e7abc510894943ee890 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Fri, 23 Aug 2013 16:47:07 +0300 Subject: [PATCH] Update ChangeLog and version.py for 0.5.1 --- ChangeLog | 7 ++++++- docs/conf.py | 4 ++-- image_creator/version.py | 10 +++++----- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 831952d..67b0dc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-08-23, v0.5.1 + * Allow more characters in the cloud name + * Fix various bugs + * Handle kamaki config errors + 2013-08-04, v0.5 * Add support for sysprep-parameters * Add support for syspreping Windows media @@ -5,7 +10,7 @@ 2013-07-31, v0.4.4 * Fix a bug where the system tried to use file scrubbing without - checking if it was supported + checking if it was supported 2013-07-18, v0.4.3 * Force TERM=linux when working on xterm. This makes dialog behave diff --git a/docs/conf.py b/docs/conf.py index 377b013..8392d22 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved' # built documents. # # The short X.Y version. -version = '0.5' +version = '0.5.1' # The full version, including alpha/beta/rc tags. -release = '0.5' +release = '0.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/image_creator/version.py b/image_creator/version.py index ef9765b..59db0cb 100644 --- a/image_creator/version.py +++ b/image_creator/version.py @@ -1,7 +1,7 @@ -__version__ = "0.5" -__version_info__ = ['0', '5'] +__version__ = "0.5.1" +__version_info__ = ['0', '5', '1'] __version_vcs_info__ = { - 'branch': 'master', - 'revid': '5079560', - 'revno': 387} + 'branch': 'hotfix-0.5.1', + 'revid': 'b25b422', + 'revno': 393} __version_user_info__ = "skalkoto@darkstar.admin.grnet.gr" -- 1.7.10.4