Bump version to 0.12

This commit is contained in:
Roberto Rosario
2012-02-27 12:50:46 -04:00
parent 504a215c22
commit d84a42769f
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ __version_info__ = {
'major': 0, 'major': 0,
'minor': 12, 'minor': 12,
'micro': 0, 'micro': 0,
'releaselevel': 'beta', 'releaselevel': 'final',
'serial': 0 'serial': 0
} }

View File

@@ -55,7 +55,7 @@ copyright = u'2011, Roberto Rosario'
version = '0.12' version = '0.12'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.