File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ A clear and concise description of what is wrong.
1313** Sample File**
1414Here is a sample file which can be used to reproduce the problem.
1515
16- * [ ] in a .zip or .tar.gz archive => to avoid Github removing or altering EXIF data
17- * [ ] releasable under a Share-Alike license => any contributed file can be added this repository for regression testing.
16+ * [ ] in a .zip or .tar.gz archive => to avoid GitHub removing or altering EXIF data
17+ * [ ] releasable under a Share-Alike license => any contributed file may be added this repository for regression testing.
Original file line number Diff line number Diff line change 11EXIF.py Change Log
22##################
33
4+ 3.3.2 — 2025-07-17
5+ * Fix for import error (#230)
6+
473.3.1 — 2025-05-12
58 * Exclude tests from install in pyproject.toml (#229) by Antonio
69 * Fix for 'quick' instructions in readme
Original file line number Diff line number Diff line change 1212from exifread .serialize import convert_types
1313from exifread .tags import DEFAULT_STOP_TAG
1414
15- __version__ = "3.3.1 "
15+ __version__ = "3.3.2 "
1616
1717logger = get_logger ()
1818
You can’t perform that action at this time.
0 commit comments