From fba0968870e13efbe1926fa43363aa56efd79ee4 Mon Sep 17 00:00:00 2001
From: Nikos Skalkotos <skalkoto@grnet.gr>
Date: Tue, 22 Jan 2013 17:27:02 +0200
Subject: [PATCH] Bump version to 0.2.2

---
 docs/conf.py              | 4 ++--
 image_creator/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index b282fab..c39fb2e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,9 +48,9 @@ copyright = u'2012, GRNET'
 # built documents.
 #
 # The short X.Y version.
-version = '0.2.1'
+version = '0.2.2'
 # The full version, including alpha/beta/rc tags.
-release = '0.2.1'
+release = '0.2.2'
 
 # 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 8578c65..d5d1fb4 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.1'
+__version__ = '0.2.2'
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :
-- 
GitLab