Skip to content

Commit 5c89d88

Browse files
committed
10.3.0 version bump
1 parent 63cbfcf commit 5c89d88

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGES.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
Changelog (Pillow)
33
==================
44

5-
10.3.0 (unreleased)
5+
10.3.0 (2024-04-01)
66
-------------------
77

8-
- CVE-2024-28219: Use strncpy to avoid buffer overflow #7928
8+
- CVE-2024-28219: Use ``strncpy`` to avoid buffer overflow #7928
99
[radarhere, hugovk]
1010

11-
- Deprecate eval(), replacing it with lambda_eval() and unsafe_eval() #7927
11+
- Deprecate ``eval()``, replacing it with ``lambda_eval()`` and ``unsafe_eval()`` #7927
1212
[radarhere, hugovk]
1313

14-
- Raise ValueError if seeking to greater than offset-sized integer in TIFF #7883
14+
- Raise ``ValueError`` if seeking to greater than offset-sized integer in TIFF #7883
1515
[radarhere]
1616

17-
- Add --report argument to __main__.py to omit supported formats #7818
17+
- Add ``--report`` argument to ``__main__.py`` to omit supported formats #7818
1818
[nulano, radarhere, hugovk]
1919

2020
- Added RGB to I;16, I;16L, I;16B and I;16N conversion #7918, #7920

src/PIL/_version.py

+1-1
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.3.0.dev0"
4+
__version__ = "10.3.0"

0 commit comments

Comments
 (0)