Bump version to 0.2.9 v0.2.9
authorNikos Skalkotos <skalkoto@grnet.gr>
Thu, 25 Apr 2013 14:03:07 +0000 (17:03 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 25 Apr 2013 14:03:07 +0000 (17:03 +0300)
ChangeLog
docs/conf.py
image_creator/__init__.py

index 076a4ac..7bbb856 100644 (file)
--- 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
index ee219f6..ef55a6d 100644 (file)
@@ -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'
 
index 3192fae..a57d51e 100644 (file)
@@ -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 :