We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55d74b commit 9b4fae7Copy full SHA for 9b4fae7
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changelog (Pillow)
3
==================
4
5
-10.4.0 (unreleased)
+10.4.0 (2024-07-01)
6
-------------------
7
8
- Raise FileNotFoundError if show_file() path does not exist #8178
src/PIL/_version.py
@@ -1,4 +1,4 @@
1
# Master version for Pillow
from __future__ import annotations
-__version__ = "10.4.0.dev0"
+__version__ = "10.4.0"
0 commit comments