diff --git a/ChangeLog b/ChangeLog index 076a4acc2e36374a33e7048ed62c50e9d061097a..7bbb856ec2c553d319ef0333c304824b82f42b0d 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 ee219f630750cadad6e1184f01eaaf73d6a7b687..ef55a6d918b010d599a9f6c7f58d8afc708d6130 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 3192fae92e4d4b00a5419336205dc7770313f658..a57d51e43ea58b49fcf7c9efd1ecf31956c0c0dc 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 :