9.4.0 version bump

This commit is contained in:
Andrew Murray 2023-01-02 10:29:07 +11:00
parent cdd3d8ec77
commit a5bbab1c1e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Changelog (Pillow)
==================
9.4.0 (unreleased)
9.4.0 (2023-01-02)
------------------
- Fixed null pointer dereference crash with malformed font #6846

View File

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