mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 15:14:45 +03:00
Deprecate PILLOW_VERSION and VERSION, use __version__ instead
This commit is contained in:
parent
60e4318f9a
commit
9f4ba9922d
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
from . import version
|
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__
|
PILLOW_VERSION = VERSION = __version__ = version.__version__
|
||||||
|
|
||||||
_plugins = ['BlpImagePlugin',
|
_plugins = ['BlpImagePlugin',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user