Bumped version to 0.11

This commit is contained in:
Roberto Rosario
2011-12-06 03:32:32 -04:00
parent d6a62feefa
commit f7776b3300

View File

@@ -18,10 +18,10 @@ __status__ = 'Production'
__version_info__ = {
'major': 0,
'minor': 10,
'minor': 11,
'micro': 0,
'releaselevel': 'hotfix',
'serial': 4
'releaselevel': 'final',
'serial': 0
}
def is_superuser(context):