From 7d063e35039050483ac8a939b8fe44648d5f1d04 Mon Sep 17 00:00:00 2001 From: Andrzej Pragacz Date: Tue, 20 Sep 2022 21:36:48 +0200 Subject: [PATCH] Bump version to 0.7.3 Changes: * Use user backend field when available (#196) --- rest_registration/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_registration/__init__.py b/rest_registration/__init__.py index a44ec15..e23e9d0 100644 --- a/rest_registration/__init__.py +++ b/rest_registration/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.7.2" +__version__ = "0.7.3" default_app_config = 'rest_registration.apps.RestRegistrationConfig'