diff --git a/ChangeLog b/ChangeLog index 7bbb856ec2c553d319ef0333c304824b82f42b0d..6dcd994750eb3cee223e01c04277a9f87e17dc91 100644 --- 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() diff --git a/docs/conf.py b/docs/conf.py index 12a1e6dfe4036363d23b7cce2af383941d6813df..c72f4e98f303068defc797edd90fdee3a2d24f58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/image_creator/__init__.py b/image_creator/__init__.py index a57d51e43ea58b49fcf7c9efd1ecf31956c0c0dc..62ea6d9cae4c5187bc5896305bd422aa390d9cd3 100644 --- a/image_creator/__init__.py +++ b/image_creator/__init__.py @@ -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 :