# HG changeset patch # User Peter Sanchez # Date 1605736295 28800 # Wed Nov 18 13:51:35 2020 -0800 # Node ID 921bf87d46c5dd486d7ca62820a392eb89beabe7 # Parent 926d80a74d429670db210b36fe9815462f6e4a31 Version bump and CHANGELOG update diff --git a/CHANGELOG b/CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ Changes ------- +1.6.0 (2020-11-18) + +https://todo.code.netlandish.com/~petersanchez/django-impersonate?search=status%3Aclosed%20label%3A%221.6%22 + 1.4.0 (2019-01-12) - Officially support Python 3.6+ and Django 1.11+ 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, 5, 1, 'final', 0) +VERSION = (1, 6, 0, 'final', 0) # taken from django-registration