2eb8996b09d8 — Peter Sanchez 1.8.1 2 years ago
New minor version because of forgetting, yet again, to update README docs.
3 files changed, 4 insertions(+), 3 deletions(-)

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

          
@@ 470,6 470,7 @@ And you should see:
     py310-django4.0: commands succeeded
     congratulations :)
 
+
 # Contributing
 
 We accept patches submitted via `hg email` which is the `patchbomb` extension

          
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.3
+**Version:** 1.8.1
 
 **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, 8, 0, 'final', 0)
+VERSION = (1, 8, 1, 'final', 0)
 
 
 # taken from django-registration