# HG changeset patch # User Peter Sanchez # Date 1547355541 28800 # Sat Jan 12 20:59:01 2019 -0800 # Node ID 550832bad7f99533c092b22555481c9c16542729 # Parent 1fbb2f5531cbffe8f48b5e625e9c4cb56313b94c # Parent 4704b72ab28283bef2db81961fd4338f72e9e105 Merging heads 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, 4, 0, 'rc', 0) +VERSION = (1, 4, 0, 'final', 0) # taken from django-registration