Revision fab154f0

b/ChangeLog
1
2013-03-21, v0.2.7
2
	* Fix a bug in host bundling mode where some files were erroneously
3
	  excluded from the image
4
	* Fix a bug were snf-image-creator tried to verify the token even when
5
	  -t option was not defined by the user
6

  
1 7
2013-03-19, v0.2.6
2 8
	* Fix a bug in host bundling mode where the permissions of /tmp and
3 9
	  /var/tmp were not respected
b/docs/conf.py
50 50
# built documents.
51 51
#
52 52
# The short X.Y version.
53
version = '0.2.6'
53
version = '0.2.7'
54 54
# The full version, including alpha/beta/rc tags.
55
release = '0.2.6'
55
release = '0.2.7'
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.6'
34
__version__ = '0.2.7'
35 35

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

Also available in: Unified diff