Skip to content

Commit

Permalink
i'm an idiot that can't release properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ianare committed Jul 30, 2020
1 parent 467abe6 commit 45e7c37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
Change Log
**********

2.2.1 — 2020-07-31
* Very minor corrections.

2.2.0 — 2019-07-24
* Add support for Python 3.5, 3.6, 3.7
* Drop official support for Python 2.6, 3.2, 3.3
* Fix for string count equals 0 (issue #67)
* Rebasing of struct pull requests: closes #54, closes #60 (Christopher Chavez)
* Refactor to use Python's struct module for packing/unpacking credited to Dave Jones (waveform80)
* Support floating point fields" credited to Reed Nightingale (reedbn)
* Raw images support by changing Tiff detection (xaumex)
* Fix GPS information erroneously None #96 (Christopher Chavez)
* Initial HEIC support (Sam Rushing)
Expand Down
2 changes: 1 addition & 1 deletion exifread/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .utils import ord_
from .heic import HEICExifFinder

__version__ = '2.2.0'
__version__ = '2.2.1'

logger = get_logger()

Expand Down

0 comments on commit 45e7c37

Please sign in to comment.