From fab154f00c00474d8baf495cf432dc6054f1bc7e Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Thu, 21 Mar 2013 15:46:42 +0200 Subject: [PATCH] Bump version to 0.2.7 --- ChangeLog | 6 ++++++ docs/conf.py | 4 ++-- image_creator/__init__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d93fe9..c689e47 100644 --- 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 diff --git a/docs/conf.py b/docs/conf.py index da7397e..4bfd47e 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.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. diff --git a/image_creator/__init__.py b/image_creator/__init__.py index 317e6fa..6f2a0af 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.6' +__version__ = '0.2.7' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai : -- GitLab