From: Nikos Skalkotos Date: Thu, 25 Apr 2013 14:03:07 +0000 (+0300) Subject: Bump version to 0.2.9 X-Git-Tag: v0.2.9^0 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/76e7b01bfc05b3ab5a56ec471aa8f5c0b92a0907 Bump version to 0.2.9 --- diff --git a/ChangeLog b/ChangeLog index 076a4ac..7bbb856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-04-25, v0.2.9 + * Support kamaki 0.8 + * Fix a bug in util.get_command() + * Move some linux specific code from unix.py to linux.py + 2013-03-28, v0.2.8 * Fix a bug in wizard mode * Cleanup and refine the code diff --git a/docs/conf.py b/docs/conf.py index ee219f6..ef55a6d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved' # built documents. # # The short X.Y version. -version = '0.2.8' +version = '0.2.9' # The full version, including alpha/beta/rc tags. release = '0.2.8' diff --git a/image_creator/__init__.py b/image_creator/__init__.py index 3192fae..a57d51e 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.8' +__version__ = '0.2.9' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :