Increase parser pickling version to reduce bugtracker issues in the future with people upgrading git commits.

This commit is contained in:
Dave Halter
2016-08-07 13:05:14 +02:00
parent ebd080a0fd
commit 2ae3aee7d0

View File

@@ -87,7 +87,7 @@ def save_parser(path, parser, pickling=True):
class ParserPickling(object):
version = 25
version = 26
"""
Version number (integer) for file system cache.