Skip to content

Commit

Permalink
10.2.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 2, 2024
1 parent 31c8dac commit 6956d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/PIL/_version.py
@@ -1,4 +1,4 @@
# Master version for Pillow
from __future__ import annotations

__version__ = "10.2.0.dev0"
__version__ = "10.2.0"

0 comments on commit 6956d0b

Please sign in to comment.