# HG changeset patch # User Peter Sanchez # Date 1606348080 28800 # Wed Nov 25 15:48:00 2020 -0800 # Node ID e370530bb52b1c44cedfd857ebc37319ec57817e # Parent 68c20a30a32843694ea8d5ec97924b1476b8e408 Version bump to 1.7 diff --git a/CHANGELOG b/CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -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 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.6 +**Version:** 1.7 **Project Links:** [Issues][issues] - [Mailing List][pinbox] - [Contributing](#contributing) 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, 6, 0, 'final', 0) +VERSION = (1, 7, 0, 'final', 0) # taken from django-registration