Bump version to 0.2.5 v0.2.5
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 19 Mar 2013 15:20:22 +0000 (17:20 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 19 Mar 2013 15:20:22 +0000 (17:20 +0200)
ChangeLog
docs/conf.py
image_creator/__init__.py

index f795793..46e708e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-19, v0.2.5
+       * Add support for private images
+       * Only use the token to authenticate to synnefo
+       * Show the user-provided info in the confirmation dialog of the wizard
+       * Fix minor typos & bugs
+
 2013-03-06, v0.2.4
        * Rename README.rst to README
        * Enforce raw image format in libguestfs
index b23fa73..a27b15c 100644 (file)
@@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
 # built documents.
 #
 # The short X.Y version.
-version = '0.2.4'
+version = '0.2.5'
 # The full version, including alpha/beta/rc tags.
-release = '0.2.4'
+release = '0.2.5'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index ada5b77..6bff5b1 100644 (file)
@@ -31,6 +31,6 @@
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
-__version__ = '0.2.4'
+__version__ = '0.2.5'
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :