10.2.0 version bump

This commit is contained in:
Andrew Murray 2024-01-02 18:32:31 +11:00
parent 31c8dacdc7
commit 6956d0b285
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
# Master version for Pillow
from __future__ import annotations
__version__ = "10.2.0.dev0"
__version__ = "10.2.0"