From: Nikos Skalkotos Date: Tue, 19 Mar 2013 18:40:43 +0000 (+0200) Subject: Bump version to 0.2.6 X-Git-Tag: v0.2.6^0 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/36a308e89d6fd318c7bf371d370ffd85f257e427?ds=inline Bump version to 0.2.6 --- diff --git a/ChangeLog b/ChangeLog index 46e708e..4d93fe9 100644 --- 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 diff --git a/docs/conf.py b/docs/conf.py index a27b15c..da7397e 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.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. diff --git a/image_creator/__init__.py b/image_creator/__init__.py index 6bff5b1..317e6fa 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.5' +__version__ = '0.2.6' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :