From 2edc5a5cd5accfa86740880f8e5e7f8c68dcb6e5 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 3 Jun 2021 22:10:33 -0500 Subject: [PATCH] Bumps versions --- dj_rest_auth/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dj_rest_auth/__version__.py b/dj_rest_auth/__version__.py index f1918536..ad97a112 100644 --- a/dj_rest_auth/__version__.py +++ b/dj_rest_auth/__version__.py @@ -1,7 +1,7 @@ __title__ = 'dj-rest-auth' __description__ = 'Authentication and Registration in Django Rest Framework.' __url__ = 'http://github.com/iMerica/dj-rest-auth' -__version__ = '2.1.5' +__version__ = '2.1.6' __author__ = '@iMerica https://github.com/iMerica' __author_email__ = 'imichael@pm.me' __license__ = 'MIT'