Bump ENV_VERSION after introduction of CodeBlocksHandler.

This commit is contained in:
Georg Brandl 2008-03-23 06:36:08 +00:00
parent e77d39cb0b
commit fb3fa0708b

View File

@ -57,7 +57,7 @@ default_settings = {
# This is increased every time a new environment attribute is added
# to properly invalidate pickle files.
ENV_VERSION = 17
ENV_VERSION = 18
def walk_depth(node, depth, maxdepth):