Skip to content

Commit 45e7c37

Browse files
committed
i'm an idiot that can't release properly
1 parent 467abe6 commit 45e7c37

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
Change Log
33
**********
44

5+
2.2.1 — 2020-07-31
6+
* Very minor corrections.
7+
58
2.2.0 — 2019-07-24
69
* Add support for Python 3.5, 3.6, 3.7
710
* Drop official support for Python 2.6, 3.2, 3.3
811
* Fix for string count equals 0 (issue #67)
912
* Rebasing of struct pull requests: closes #54, closes #60 (Christopher Chavez)
13+
* Refactor to use Python's struct module for packing/unpacking credited to Dave Jones (waveform80)
14+
* Support floating point fields" credited to Reed Nightingale (reedbn)
1015
* Raw images support by changing Tiff detection (xaumex)
1116
* Fix GPS information erroneously None #96 (Christopher Chavez)
1217
* Initial HEIC support (Sam Rushing)

exifread/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .utils import ord_
99
from .heic import HEICExifFinder
1010

11-
__version__ = '2.2.0'
11+
__version__ = '2.2.1'
1212

1313
logger = get_logger()
1414

0 commit comments

Comments
 (0)