# HG changeset patch # User Peter Sanchez # Date 1645118673 21600 # Thu Feb 17 11:24:33 2022 -0600 # Node ID 2eb8996b09d8b628864e7a41bc686193fd9683ce # Parent 5f8734466ed6fb9ffff3c3b6bc0145e93fb2e6dd New minor version because of forgetting, yet again, to update README docs. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -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 @@ py310-django4.0: commands succeeded congratulations :) + # Contributing We accept patches submitted via `hg email` which is the `patchbomb` extension diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Simple application to allow superusers to "impersonate" other non-superuser accounts. -**Version:** 1.7.3 +**Version:** 1.8.1 **Project Links:** `Issues `__ diff --git a/impersonate/__init__.py b/impersonate/__init__.py --- a/impersonate/__init__.py +++ b/impersonate/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (1, 8, 0, 'final', 0) +VERSION = (1, 8, 1, 'final', 0) # taken from django-registration