From aa816e8c2c55e13a551868b5afd9170cebefb6bd Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Wed, 16 Jan 2013 20:02:10 +0200 Subject: [PATCH] Bump version to 0.2.1 --- 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 a78ba58..b282fab 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' +version = '0.2.1' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.2.1' # 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 f9c092d..8578c65 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' +__version__ = '0.2.1' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai : -- 1.7.10.4