Skip to content

Commit 99cefe2

Browse files
committed
version 3.3.1
1 parent 65e90ae commit 99cefe2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.rst

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

4+
3.3.1 — 2025-05-12
5+
* Exclude tests from install in pyproject.toml (#229) by Antonio
6+
* Fix for 'quick' instructions in readme
7+
48
3.3.0 — 2025-04-30
59
* add more makernote tags for Canon (AFInfo), Nikon, Casio, Apple
610
* Clarify usage of the stop_tag argument
@@ -211,7 +215,7 @@
211215

212216
2007-10-28
213217
* Merged changes from ReimarBauer
214-
* Added command line option for debug, stop
218+
* Added command line option for debug, stop
215219
processing on tag.
216220

217221
2007-09-27

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.3.0"
15+
__version__ = "3.3.1"
1616

1717
logger = get_logger()
1818

0 commit comments

Comments
 (0)