Skip to content

Commit

Permalink
10.0.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 1, 2023
1 parent c827f3b commit 6e28ed1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Expand Up @@ -2,9 +2,12 @@
Changelog (Pillow)
==================

10.0.0 (unreleased)
10.0.0 (2023-07-01)
-------------------

- Fixed deallocating mask images #7246
[radarhere]

- Added ImageFont.MAX_STRING_LENGTH #7244
[radarhere, hugovk]

Expand Down
2 changes: 1 addition & 1 deletion src/PIL/_version.py
@@ -1,2 +1,2 @@
# Master version for Pillow
__version__ = "10.0.0.dev0"
__version__ = "10.0.0"

0 comments on commit 6e28ed1

Please sign in to comment.