From: Nikos Skalkotos Date: Wed, 9 Oct 2013 15:06:16 +0000 (+0300) Subject: Update version.py and ChangeLog for 0.5.3 X-Git-Tag: 0.5.3^0 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/30ba09453e4add8604beaf465fa4b517fa08a844 Update version.py and ChangeLog for 0.5.3 --- diff --git a/ChangeLog b/ChangeLog index caadac5..8739be1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-09, v0.5.3 + * Fix a bug in snf-mkimage expert mode were the program could crash if + the image did not have any image properties + 2013-09-09, v0.5.2 * Fix some errors in the ci scripts diff --git a/docs/conf.py b/docs/conf.py index 626a201..5521dad 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.2' +version = '0.5.3' # The full version, including alpha/beta/rc tags. -release = '0.5.2' +release = '0.5.3' # 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 f9e59b8..351ff30 100644 --- a/image_creator/version.py +++ b/image_creator/version.py @@ -1,8 +1,8 @@ -__version__ = "0.5.2" +__version__ = "0.5.3" __version_vcs_info__ = { - 'branch': 'hotfix-0.5.2', - 'revid': '97a59b7', - 'revno': 397} + 'branch': 'hotfix-0.5.3', + 'revid': 'dc0ecb2', + 'revno': 402} __version_user_email__ = "skalkoto@grnet.gr" __version_user_name__ = "Nikos Skalkotos"