DOC: the constants were deprecated in 9.1.0 not 9.2.0

This commit is contained in:
Thomas A Caswell 2022-04-01 13:43:35 -04:00
parent e811ff4671
commit 5de3460543
No known key found for this signature in database
GPG Key ID: BCD928050D713D75

View File

@ -69,7 +69,7 @@ In effect, ``viewer.show_file("test.jpg")`` will continue to work unchanged.
Constants
~~~~~~~~~
.. deprecated:: 9.2.0
.. deprecated:: 9.1.0
A number of constants have been deprecated and will be removed in Pillow 10.0.0
(2023-07-01). Instead, ``enum.IntEnum`` classes have been added.