diff --git a/apps/main/__init__.py b/apps/main/__init__.py index e75d65f796..822a2c8cfa 100644 --- a/apps/main/__init__.py +++ b/apps/main/__init__.py @@ -19,7 +19,7 @@ __status__ = 'Production' __version_info__ = { 'major': 0, 'minor': 11, - 'micro': 0, + 'micro': 1, 'releaselevel': 'final', 'serial': 0 } diff --git a/docs/conf.py b/docs/conf.py index cb26e3e359..48200208da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,10 +48,10 @@ copyright = u'2011, Roberto Rosario' # built documents. # # The short X.Y version. -version = '0.11' +version = '0.11.1' # The full version, including alpha/beta/rc tags. -release = '0.11' +release = '0.11.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.