We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cc87b commit 204aae6Copy full SHA for 204aae6
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changelog (Pillow)
3
==================
4
5
-11.0.0 (unreleased)
+11.0.0 (2024-10-15)
6
-------------------
7
8
- Update licence to MIT-CMU #8460
src/PIL/_version.py
@@ -1,4 +1,4 @@
1
# Master version for Pillow
from __future__ import annotations
-__version__ = "11.0.0.dev0"
+__version__ = "11.0.0"
0 commit comments