Skip to content

Commit

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

-------
v11.7.2
-------

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

* Support more Python versions (3.5, 3.6)
* Module logging: Update logging color scheme + make it overridable
* Module django.templatetags:
- Implement TEMPLATE_STRING_IF_INVALID for Django >= 1.8
- Implement include_is_allowed for Django >= 1.10
* Class multimedia.exif.Metadata: Can also read EXIF metadata from buffer

-------
v11.7.1
-------
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.7.1'
__version__ = '11.7.2'

0 comments on commit dda4914

Please sign in to comment.