Skip to content

Commit

Permalink
Release 11.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer-ch committed Feb 12, 2018
1 parent 0fb62a8 commit 7c74360
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ changelog
=========

-------
v11.8.0
v11.8.1
-------

Fixes and enhancements
======================

* Add functions multimedia.image.PIL.{apply,get}_orientation
* Add constant ORIENTATION_TO_ROTATION to multimedia.exif.image.Image

Features
========

Expand Down
2 changes: 1 addition & 1 deletion pytoolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = '11.8.0'
__version__ = '11.8.1'

0 comments on commit 7c74360

Please sign in to comment.