diff --git a/docs/conf.py b/docs/conf.py index b282fab142eeaa3478af1649168349f6e3d6f7fe..c39fb2e8a64d0e5005b9baf2cd57ae778439b87b 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 8578c65bad5eeda7763c79fda27262d91f6e5cbd..d5d1fb4eaf472f3c0b7101121e3065c6055fa2c4 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 :