From 84e3cd34667104f73618a01c28f9ebda35d34a67 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Wed, 30 Jan 2013 13:53:39 +0200 Subject: [PATCH] Bump version to 0.2.3 --- ChangeLog | 5 +++++ docs/conf.py | 4 ++-- image_creator/__init__.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c731e48..969af97 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 e2c2dfe..035723c 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 d5d1fb4..0a6b753 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 : -- 1.7.10.4