This release is still backwards-compatible with previous versions (0.1.x), but next versions (0.3.x) would not be.
- Drop Python 2.6 support. - Change namespace from `nine` to `django_nine`. - Removed `user` compatibility module. Implement your own if you need. - Add travis.
0.1.13
------ 2017-05-16
- Added context processor using versions in templates.
0.1.12
------ 2017-02-09
- Test against Python 3.6 and Django 1.11.
0.1.11
------ 2016-11-30
- Clean-up.
0.1.10
------ 2016-09-13
- Added Django 2.2 and 3.0 to the version comparision.