Bump version to 0.2.1 v0.2.1
authorNikos Skalkotos <skalkoto@grnet.gr>
Wed, 16 Jan 2013 18:02:10 +0000 (20:02 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Wed, 16 Jan 2013 18:19:01 +0000 (20:19 +0200)
docs/conf.py
image_creator/__init__.py

index a78ba58..b282fab 100644 (file)
@@ -48,9 +48,9 @@ copyright = u'2012, GRNET'
 # built documents.
 #
 # The short X.Y version.
 # built documents.
 #
 # The short X.Y version.
-version = '0.2'
+version = '0.2.1'
 # The full version, including alpha/beta/rc tags.
 # 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.
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index f9c092d..8578c65 100644 (file)
@@ -31,6 +31,6 @@
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
 # 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 :
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :