diff --git a/apps/main/__init__.py b/apps/main/__init__.py index e437a2ff9c..97aa7458f4 100644 --- a/apps/main/__init__.py +++ b/apps/main/__init__.py @@ -22,7 +22,7 @@ __version_info__ = { 'major': 0, 'minor': 12, 'micro': 0, - 'releaselevel': 'beta', + 'releaselevel': 'final', 'serial': 0 } diff --git a/docs/conf.py b/docs/conf.py index 06e2d962ad..ded1ddc7f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ copyright = u'2011, Roberto Rosario' version = '0.12' # The full version, including alpha/beta/rc tags. -release = '0.12 beta' +release = '0.12' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.