mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 17:33:08 +03:00
10.4.0 version bump
This commit is contained in:
parent
b55d74bcfe
commit
9b4fae7717
|
@ -2,7 +2,7 @@
|
||||||
Changelog (Pillow)
|
Changelog (Pillow)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
10.4.0 (unreleased)
|
10.4.0 (2024-07-01)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Raise FileNotFoundError if show_file() path does not exist #8178
|
- Raise FileNotFoundError if show_file() path does not exist #8178
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Master version for Pillow
|
# Master version for Pillow
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
__version__ = "10.4.0.dev0"
|
__version__ = "10.4.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user