From: Nikos Skalkotos Date: Wed, 6 Mar 2013 11:44:26 +0000 (+0200) Subject: Bump version to 0.2.4 X-Git-Tag: v0.2.4^0 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/56884b64d946f71a4bc4b307ad6bab875713efc1 Bump version to 0.2.4 --- diff --git a/ChangeLog b/ChangeLog index 969af97..f795793 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-03-06, v0.2.4 + * Rename README.rst to README + * Enforce raw image format in libguestfs + * User user id instead of e-mail when authentication with synnefo + 2013-01-30, v0.2.3 * Add support for gpt partition tables in bundle volume * Add AUTHORS ChangeLog and man pages diff --git a/docs/conf.py b/docs/conf.py index 77ca513..b23fa73 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.3' +version = '0.2.4' # The full version, including alpha/beta/rc tags. -release = '0.2.3' +release = '0.2.4' # 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 0a6b753..ada5b77 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.3' +__version__ = '0.2.4' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :