Bump version, changelog and upgrade.rst

This commit is contained in:
Erik Johnston 2014-11-19 18:00:57 +00:00
parent 03dc63f6c8
commit 5b46ce579b
6 changed files with 78 additions and 3 deletions

View file

@ -67,7 +67,7 @@ SCHEMAS = [
# Remember to update this number every time an incompatible change is made to
# database schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 6
SCHEMA_VERSION = 7
class _RollbackButIsFineException(Exception):