Bump version to 0.2.6 v0.2.6
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 19 Mar 2013 18:40:43 +0000 (20:40 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 19 Mar 2013 18:40:43 +0000 (20:40 +0200)
ChangeLog
docs/conf.py
image_creator/__init__.py

index 46e708e..4d93fe9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-19, v0.2.6
+       * Fix a bug in host bundling mode where the permissions of /tmp and
+         /var/tmp were not respected
+
 2013-03-19, v0.2.5
        * Add support for private images
        * Only use the token to authenticate to synnefo
index a27b15c..da7397e 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.5'
+version = '0.2.6'
 # The full version, including alpha/beta/rc tags.
-release = '0.2.5'
+release = '0.2.6'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 6bff5b1..317e6fa 100644 (file)
@@ -31,6 +31,6 @@
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
-__version__ = '0.2.5'
+__version__ = '0.2.6'
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :