From 56b22a81156a540fc8aa50072de3d87f81d992fe Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 7 Dec 2011 04:34:48 -0400 Subject: [PATCH] Bump version to 0.11.1 --- apps/main/__init__.py | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.