Skip to content

Commit 6956d0b

Browse files
committedJan 2, 2024
10.2.0 version bump
1 parent 31c8dac commit 6956d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog (Pillow)
33
==================
44

5-
10.2.0 (unreleased)
5+
10.2.0 (2024-01-02)
66
-------------------
77

88
- Add ``keep_rgb`` option when saving JPEG to prevent conversion of RGB colorspace #7553

‎src/PIL/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Master version for Pillow
22
from __future__ import annotations
33

4-
__version__ = "10.2.0.dev0"
4+
__version__ = "10.2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.