Revision 30ba0945

b/ChangeLog
1
2013-10-09, v0.5.3
2
	* Fix a bug in snf-mkimage expert mode were the program could crash if
3
	  the image did not have any image properties
4

  
1 5
2013-09-09, v0.5.2
2 6
	* Fix some errors in the ci scripts
3 7

  
b/docs/conf.py
50 50
# built documents.
51 51
#
52 52
# The short X.Y version.
53
version = '0.5.2'
53
version = '0.5.3'
54 54
# The full version, including alpha/beta/rc tags.
55
release = '0.5.2'
55
release = '0.5.3'
56 56

  
57 57
# The language for content autogenerated by Sphinx. Refer to documentation
58 58
# for a list of supported languages.
b/image_creator/version.py
1 1

  
2
__version__ = "0.5.2"
2
__version__ = "0.5.3"
3 3
__version_vcs_info__ = {
4
    'branch': 'hotfix-0.5.2',
5
    'revid': '97a59b7',
6
    'revno': 397}
4
    'branch': 'hotfix-0.5.3',
5
    'revid': 'dc0ecb2',
6
    'revno': 402}
7 7
__version_user_email__ = "skalkoto@grnet.gr"
8 8
__version_user_name__ = "Nikos Skalkotos"

Also available in: Unified diff