Deprecate PILLOW_VERSION and VERSION, use __version__ instead

This commit is contained in:
Hugo 2018-04-09 18:39:24 +03:00
parent 60e4318f9a
commit 9f4ba9922d

View File

@ -13,6 +13,7 @@
from . import version
# PILLOW_VERSION and VERSION are deprecated and will be removed in Pillow 6.0.0. Use __version__ instead.
PILLOW_VERSION = VERSION = __version__ = version.__version__
_plugins = ['BlpImagePlugin',