4 files changed, 19 insertions(+), 4 deletions(-)

M CHANGELOG
M README.md
M README.rst
M impersonate/__init__.py
M CHANGELOG +16 -1
@@ 1,7 1,22 @@ 
 Changes
 -------
 
-1.7.0 (2020-25-20)
+1.7.3 (2021-02-05)
+
+Added `impersonator` object to `request.user`
+
+https://lists.code.netlandish.com/~petersanchez/public-inbox/patches/8
+
+1.7.2 (2021-01-04)
+
+Removing smart quotes from README.rst for edge cases on systems with odd 
+unicode settings.
+
+1.7.1 (2020-12-23)
+
+https://todo.code.netlandish.com/~petersanchez/django-impersonate?search=status%3Aclosed+label%3A%221.7.1%22
+
+1.7.0 (2020-11-25)
 
 https://todo.code.netlandish.com/~petersanchez/django-impersonate?search=status%3Aclosed+label%3A%221.7%22
 

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

          
M README.rst +1 -1
@@ 4,7 4,7 @@ django-impersonate |nlshield|
 Simple application to allow superusers to "impersonate" other
 non-superuser accounts.
 
-**Version:** 1.7.1
+**Version:** 1.7.3
 
 **Project Links:**
 `Issues <https://todo.code.netlandish.com/~petersanchez/django-impersonate>`__

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