We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 31c8dac commit 6956d0bCopy full SHA for 6956d0b
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changelog (Pillow)
3
==================
4
5
-10.2.0 (unreleased)
+10.2.0 (2024-01-02)
6
-------------------
7
8
- Add ``keep_rgb`` option when saving JPEG to prevent conversion of RGB colorspace #7553
src/PIL/_version.py
@@ -1,4 +1,4 @@
1
# Master version for Pillow
from __future__ import annotations
-__version__ = "10.2.0.dev0"
+__version__ = "10.2.0"
0 commit comments