Bump version to 0.11.1

This commit is contained in:
Roberto Rosario
2011-12-07 04:34:48 -04:00
parent 76aced48e8
commit 56b22a8115
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ __status__ = 'Production'
__version_info__ = { __version_info__ = {
'major': 0, 'major': 0,
'minor': 11, 'minor': 11,
'micro': 0, 'micro': 1,
'releaselevel': 'final', 'releaselevel': 'final',
'serial': 0 'serial': 0
} }

View File

@@ -48,10 +48,10 @@ copyright = u'2011, Roberto Rosario'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.11' version = '0.11.1'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.