set METADATA_VERSION to 20000 to leave room for 1.1.x changes

This commit is contained in:
Hans-Christoph Steiner 2021-01-11 16:56:24 +01:00
parent 5d75d4491f
commit 94cb19f571
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ if hasattr(Image, 'DecompressionBombWarning'):
warnings.simplefilter('error', Image.DecompressionBombWarning)
Image.MAX_IMAGE_PIXELS = 0xffffff # 4096x4096
METADATA_VERSION = 21
METADATA_VERSION = 20000
# less than the valid range of versionCode, i.e. Java's Integer.MIN_VALUE
UNSET_VERSION_CODE = -0x100000000