diff --git a/ChangeLog b/ChangeLog index 969af97d6b139ef1e92ff0be580ca7b52223002c..f795793afa99f02d928a7f8b8701623188a58e69 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 77ca513f332298d3c5cfb49a3b573ad0675fa47e..b23fa732d3bc48ccc768732c3fe780c3fb8e559d 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 0a6b7535bec89bd7c368569a98530a290254b666..ada5b77c591d0e771d547295dc7ca348e0f4e7c4 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 :