Bump version to 0.2.7 v0.2.7
authorNikos Skalkotos <skalkoto@grnet.gr>
Thu, 21 Mar 2013 13:46:42 +0000 (15:46 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 21 Mar 2013 13:46:42 +0000 (15:46 +0200)
ChangeLog
docs/conf.py
image_creator/__init__.py

index 4d93fe9..c689e47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-21, v0.2.7
+       * Fix a bug in host bundling mode where some files were erroneously
+         excluded from the image
+       * Fix a bug were snf-image-creator tried to verify the token even when
+         -t option was not defined by the user
+
 2013-03-19, v0.2.6
        * Fix a bug in host bundling mode where the permissions of /tmp and
          /var/tmp were not respected
index da7397e..4bfd47e 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.2.6'
+version = '0.2.7'
 # The full version, including alpha/beta/rc tags.
-release = '0.2.6'
+release = '0.2.7'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 317e6fa..6f2a0af 100644 (file)
@@ -31,6 +31,6 @@
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
-__version__ = '0.2.6'
+__version__ = '0.2.7'
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :