Version bump and CHANGELOG update
2 files changed, 5 insertions(+), 1 deletions(-)

M CHANGELOG
M impersonate/__init__.py
M CHANGELOG +4 -0
@@ 1,6 1,10 @@ 
 Changes
 -------
 
+1.6.0 (2020-11-18)
+
+https://todo.code.netlandish.com/~petersanchez/django-impersonate?search=status%3Aclosed%20label%3A%221.6%22
+
 1.4.0 (2019-01-12)
 
 - Officially support Python 3.6+ and Django 1.11+

          
M impersonate/__init__.py +1 -1
@@ 1,5 1,5 @@ 
 # -*- coding: utf-8 -*-
-VERSION = (1, 5, 1, 'final', 0)
+VERSION = (1, 6, 0, 'final', 0)
 
 
 # taken from django-registration