diff --git a/ChangeLog b/ChangeLog index c731e4893c107becab08895c76c0d4824bbea274..969af97d6b139ef1e92ff0be580ca7b52223002c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-01-30, v0.2.3 + * Add support for gpt partition tables in bundle volume + * Add AUTHORS ChangeLog and man pages + * support pyparted 3.4 and python 2.6 + 2013-01-22, v0.2.2 * Fix bugs in bundle_host and cleanup functions diff --git a/docs/conf.py b/docs/conf.py index e2c2dfeb1afbd0f16a6e9794d77113866e9c05bd..035723c19ade8fefff20ae4d482d4b4449c255ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved' # built documents. # # The short X.Y version. -version = '0.2.2' +version = '0.2.3' # The full version, including alpha/beta/rc tags. -release = '0.2.2' +release = '0.2.3' # 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 d5d1fb4eaf472f3c0b7101121e3065c6055fa2c4..0a6b7535bec89bd7c368569a98530a290254b666 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.2' +__version__ = '0.2.3' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :