mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-11 17:56:18 +03:00
10.4.0 version bump
This commit is contained in:
parent
b55d74bcfe
commit
9b4fae7717
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Master version for Pillow
|
||||
from __future__ import annotations
|
||||
|
||||
__version__ = "10.4.0.dev0"
|
||||
__version__ = "10.4.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user