Bump version to 0.2.10 v0.2.10
authorNikos Skalkotos <skalkoto@grnet.gr>
Wed, 1 May 2013 17:36:44 +0000 (20:36 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Wed, 1 May 2013 17:36:44 +0000 (20:36 +0300)
ChangeLog
docs/conf.py
image_creator/__init__.py

index 7bbb856..6dcd994 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-01, v0.2.10
+       * Fix a bug where acl and user_xattr mount options where not respected
+         in host bundling operation
+
 2013-04-25, v0.2.9
        * Support kamaki 0.8
        * Fix a bug in util.get_command()
index 12a1e6d..c72f4e9 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.9'
+version = '0.2.10'
 # The full version, including alpha/beta/rc tags.
-release = '0.2.8'
+release = '0.2.10'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index a57d51e..62ea6d9 100644 (file)
@@ -31,6 +31,6 @@
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
-__version__ = '0.2.9'
+__version__ = '0.2.10'
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :