10.2.0 version bump
This commit is contained in:
parent
31c8dacdc7
commit
6956d0b285
@ -2,7 +2,7 @@
|
||||
Changelog (Pillow)
|
||||
==================
|
||||
|
||||
10.2.0 (unreleased)
|
||||
10.2.0 (2024-01-02)
|
||||
-------------------
|
||||
|
||||
- Add ``keep_rgb`` option when saving JPEG to prevent conversion of RGB colorspace #7553
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Master version for Pillow
|
||||
from __future__ import annotations
|
||||
|
||||
__version__ = "10.2.0.dev0"
|
||||
__version__ = "10.2.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user