============= 20-09-2014 * The `BleachField` model field now does its own sanitisation, and does *not* specify a default form field or widget. Developers are expected to provide their own widget as needed.
0.2.1
============= 02-09-2014 * Make the package python3 compatible.
0.2.0
============= 14-02-2014 * Add `bleach_linkify` template filter from [whitehat2k13](https://bitbucket.org/%7B66836148-7eee-4894-acec-e073b30499ee%7D/)
0.1.5
============= 25-09-2013
0.1.4
============= 03-06-2013
0.1.3
============= 22-08-2012 * Add missing `templatetags` package, by using `find_packages()` * Correct templatetag name: ``bleach.py`` -> ``bleach_tags.py``