Update version.py and ChangeLog for 0.5.3 0.5.3
authorNikos Skalkotos <skalkoto@grnet.gr>
Wed, 9 Oct 2013 15:06:16 +0000 (18:06 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Wed, 9 Oct 2013 15:06:16 +0000 (18:06 +0300)
ChangeLog
docs/conf.py
image_creator/version.py

index caadac5..8739be1 100644 (file)
--- 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
 
index 626a201..5521dad 100644 (file)
@@ -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.
index f9e59b8..351ff30 100644 (file)
@@ -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"