Skip to content

Commit 9b4fae7

Browse files
committed
10.4.0 version bump
1 parent b55d74b commit 9b4fae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog (Pillow)
33
==================
44

5-
10.4.0 (unreleased)
5+
10.4.0 (2024-07-01)
66
-------------------
77

88
- Raise FileNotFoundError if show_file() path does not exist #8178

src/PIL/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Master version for Pillow
22
from __future__ import annotations
33

4-
__version__ = "10.4.0.dev0"
4+
__version__ = "10.4.0"

0 commit comments

Comments
 (0)