Skip to content

Commit

Permalink
Increment ENV_VERSION for #2456
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Apr 21, 2016
1 parent b8a7bb5 commit becc547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ElementLookupError(Exception):
# or changed to properly invalidate pickle files.
#
# NOTE: increase base version by 2 to have distinct numbers for Py2 and 3
ENV_VERSION = 47 + (sys.version_info[0] - 2)
ENV_VERSION = 48 + (sys.version_info[0] - 2)


dummy_reporter = Reporter('', 4, 4)
Expand Down

0 comments on commit becc547

Please sign in to comment.