Revision 135fd46c

b/ChangeLog
1
2014-01-10, v0.6.1
2
	* Comply with the AstakosClient changes made in kamaki 0.12
3

  
1 4
2014-01-08, v0.6
2 5
	* Rename the dialog-based application to snf-image-creator and the
3 6
	  non-interactive command line one to snf-mkimage
b/docs/conf.py
50 50
# built documents.
51 51
#
52 52
# The short X.Y version.
53
version = '0.6'
53
version = '0.6.1'
54 54
# The full version, including alpha/beta/rc tags.
55
release = '0.6'
55
release = '0.6.1'
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.6"
2
__version__ = "0.6.1"
3 3
__version_vcs_info__ = {
4 4
    'branch': 'master',
5
    'revid': '37d1ea1',
6
    'revno': 426}
5
    'revid': '280a0e5',
6
    'revno': 430}
7 7
__version_user_email__ = "skalkoto@grnet.gr"
8 8
__version_user_name__ = "Nikos Skalkotos"

Also available in: Unified diff