Skip to content

Commit 148b30c

Browse files
authored
version 3.4.0 (#239)
1 parent cdc6df4 commit 148b30c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.4.0 — 2025-08-04
5+
* better typing of serialize module, varius code cleanup
6+
* fix for invalid slice length (#235)
7+
* Add tests and document usage of truncate_tags (#232)
8+
* Add support for files with signature "ftypavif" or "ftypmif1" (#237) by Markus Vogt
9+
* Add basic makernote tags for Sony (#236)
10+
411
3.3.2 — 2025-07-17
512
* Fix for import error (#230)
613

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ EXIF.py
99
:target: https://pypi.org/project/ExifRead
1010
:alt: PyPi
1111
.. image:: https://img.shields.io/pypi/dm/ExifRead
12-
:target: https://opensource.org/license/bsd-3-clause
12+
:target: https://pypi.org/project/ExifRead
1313
:alt: BSD-3-clause
1414
.. image:: http://www.mypy-lang.org/static/mypy_badge.svg
1515
:target: http://mypy-lang.org/

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.3.2"
16+
__version__ = "3.4.0"
1717

1818
logger = get_logger()
1919

0 commit comments

Comments
 (0)