From: Nikos Skalkotos Date: Tue, 19 Mar 2013 15:20:22 +0000 (+0200) Subject: Bump version to 0.2.5 X-Git-Tag: v0.2.5^0 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/92bfe974d0d8f49d321185dfe0ac44a5fd590069 Bump version to 0.2.5 --- diff --git a/ChangeLog b/ChangeLog index f795793..46e708e 100644 --- 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 diff --git a/docs/conf.py b/docs/conf.py index b23fa73..a27b15c 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.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. diff --git a/image_creator/__init__.py b/image_creator/__init__.py index ada5b77..6bff5b1 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.4' +__version__ = '0.2.5' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :