From 2eb7dff0b655ad19bb0bd2c7b716251d56331af2 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Thu, 28 Mar 2013 17:34:25 +0200 Subject: [PATCH] Bump version to 0.2.8 --- ChangeLog | 4 ++++ docs/conf.py | 4 ++-- image_creator/__init__.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c689e47..076a4ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-03-28, v0.2.8 + * Fix a bug in wizard mode + * Cleanup and refine the code + 2013-03-21, v0.2.7 * Fix a bug in host bundling mode where some files were erroneously excluded from the image diff --git a/docs/conf.py b/docs/conf.py index 5c31775..ee219f6 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.7' +version = '0.2.8' # The full version, including alpha/beta/rc tags. -release = '0.2.7' +release = '0.2.8' # 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 6f2a0af..3192fae 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.7' +__version__ = '0.2.8' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai : -- 1.7.10.4