Skip to content

Commit

Permalink
version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ianare committed Aug 3, 2020
1 parent e0a47f5 commit 55363ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Change Log
**********

2.3.0 — 2020-08-xx
2.3.0 — 2020-08-03
* Add notice on Python2 EOL
* Modernize code and improve testing, split up some huge functions
* Added support for webp file format (#116) by Grzegorz Ruciński
* Add linting
* Added missing IFD data type; correct spelling mistake (#119) by Piero Toffanin
Expand Down
2 changes: 1 addition & 1 deletion exifread/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .utils import ord_, make_string
from .heic import HEICExifFinder

__version__ = '2.2.1'
__version__ = '2.3.0'

logger = get_logger()

Expand Down

0 comments on commit 55363ec

Please sign in to comment.