Revision 92bfe974

b/ChangeLog
1
2013-03-19, v0.2.5
2
	* Add support for private images
3
	* Only use the token to authenticate to synnefo
4
	* Show the user-provided info in the confirmation dialog of the wizard
5
	* Fix minor typos & bugs
6

  
1 7
2013-03-06, v0.2.4
2 8
	* Rename README.rst to README
3 9
	* Enforce raw image format in libguestfs
b/docs/conf.py
50 50
# built documents.
51 51
#
52 52
# The short X.Y version.
53
version = '0.2.4'
53
version = '0.2.5'
54 54
# The full version, including alpha/beta/rc tags.
55
release = '0.2.4'
55
release = '0.2.5'
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/__init__.py
31 31
# interpreted as representing official policies, either expressed
32 32
# or implied, of GRNET S.A.
33 33

  
34
__version__ = '0.2.4'
34
__version__ = '0.2.5'
35 35

  
36 36
# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :

Also available in: Unified diff