Skip to content

Commit a049761

Browse files
committed
version 3.3.0
1 parent 26c1651 commit a049761

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.rst

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

4+
3.3.0 — 2025-04-30
5+
* add more makernote tags for Canon (AFInfo), Nikon, Casio, Apple
6+
* Clarify usage of the stop_tag argument
7+
* Add typing to the tag dicts, migrate to Ruff (#225)
8+
* fix for KeyError extracting thumbnail (#227)
9+
* fix for exception on unhandled heic box hdlr (#228)
10+
411
3.2.0 — 2025-04-27
512
* Add testing using pytest (#214)
613
* Field types should be easier to use (#213)

exifread/__init__.py

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

15-
__version__ = "3.2.0"
15+
__version__ = "3.3.0"
1616

1717
logger = get_logger()
1818

0 commit comments

Comments
 (0)