mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 11:26:27 +03:00
Explicitly enumerate version constants
This commit is contained in:
parent
312b91717c
commit
3508d67999
|
@ -7,9 +7,15 @@ API Changes
|
||||||
Deprecations
|
Deprecations
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
Two version constants – ``VERSION`` (the old PIL version 1.1.7) and
|
These version constants have been deprecated and will be removed in the next
|
||||||
``PILLOW_VERSION`` – have been deprecated and will be removed in the next
|
major release:
|
||||||
major release. Use ``__version__`` instead.
|
|
||||||
|
* ``PIL.VERSION`` (old PIL version 1.1.7)
|
||||||
|
* ``PIL.PILLOW_VERSION``
|
||||||
|
* ``PIL.Image.VERSION``
|
||||||
|
* ``PIL.Image.PILLOW_VERSION``
|
||||||
|
|
||||||
|
Use ``__version__`` instead.
|
||||||
|
|
||||||
|
|
||||||
API Additions
|
API Additions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user