Merge pull request #5363 from tk0miya/5361_crashed_on_incremental_build

Fix #5361: crashed on incremental build if document uses include directive
This commit is contained in:
Takeshi KOMIYA 2018-09-01 12:43:33 +09:00 committed by GitHub
commit 96e1c70b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ Features added
Bugs fixed
----------
* #5361: crashed on incremental build if document uses include directive
Testing
--------

View File

@ -72,7 +72,7 @@ default_settings = {
# or changed to properly invalidate pickle files.
#
# NOTE: increase base version by 2 to have distinct numbers for Py2 and 3
ENV_VERSION = 52 + (sys.version_info[0] - 2)
ENV_VERSION = 54 + (sys.version_info[0] - 2)
versioning_conditions = {