10.0.0 version bump

This commit is contained in:
Andrew Murray 2023-07-01 22:08:11 +10:00
parent c827f3b30f
commit 6e28ed1f36
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1,2 +1,2 @@
# Master version for Pillow
__version__ = "10.0.0.dev0"
__version__ = "10.0.0"