Version bump to 1.7
3 files changed, 6 insertions(+), 2 deletions(-)

M CHANGELOG
M README.md
M impersonate/__init__.py
M CHANGELOG +4 -0
@@ 1,6 1,10 @@ 
 Changes
 -------
 
+1.7.0 (2020-25-20)
+
+https://todo.code.netlandish.com/~petersanchez/django-impersonate?search=status%3Aclosed+label%3A%221.7%22
+
 1.6.0 (2020-11-18)
 
 https://todo.code.netlandish.com/~petersanchez/django-impersonate?search=status%3Aclosed%20label%3A%221.6%22

          
M README.md +1 -1
@@ 3,7 3,7 @@ 
 
 Simple application to allow superusers to "impersonate" other non-superuser accounts.
 
-**Version:** 1.6
+**Version:** 1.7
 
 **Project Links:** [Issues][issues] - [Mailing List][pinbox] -
 [Contributing](#contributing)

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