10.4.0 version bump

This commit is contained in:
Andrew Murray 2024-07-01 15:42:12 +10:00
parent b55d74bcfe
commit 9b4fae7717
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Changelog (Pillow)
==================
10.4.0 (unreleased)
10.4.0 (2024-07-01)
-------------------
- Raise FileNotFoundError if show_file() path does not exist #8178

View File

@ -1,4 +1,4 @@
# Master version for Pillow
from __future__ import annotations
__version__ = "10.4.0.dev0"
__version__ = "10.4.0"