Skip to content

Commit 09c9552

Browse files
committed
version 3.5.0
1 parent e13a296 commit 09c9552

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
EXIF.py Change Log
22
##################
33

4+
3.5.0 — 2025-08-23
5+
* Add support for JPEG XL (#242) by Nathan Olson
6+
* Add Image SubIFDs decoding and Nikon Z 9 sample (#240) by Martins Bruvelis
7+
* Make it easier to add new file types to testing
8+
49
3.4.0 — 2025-08-04
510
* better typing of serialize module, varius code cleanup
611
* fix for invalid slice length (#235)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Easy to use Python module to extract Exif metadata from digital image files.
2424

2525
Pure Python, lightweight, no dependencies.
2626

27-
Supported formats: TIFF, JPEG, PNG, Webp, HEIC, JPEG XL
27+
Supported formats: TIFF, JPEG, JPEG XL, PNG, Webp, HEIC, RAW
2828

2929

3030
Compatibility

exifread/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from exifread.serialize import convert_types
1414
from exifread.tags import DEFAULT_STOP_TAG
1515

16-
__version__ = "3.4.0"
16+
__version__ = "3.5.0"
1717

1818
logger = get_logger()
1919

0 commit comments

Comments
 (0)