From 5301f1e4373c0716c9d658cf4f0c9ca76e714d28 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 18 Nov 2020 21:48:27 -0600 Subject: [PATCH] Version Bumps to 2.1.1 This version includes some new functionality (refresh token support) so I'm bumping the minor version. --- 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 64e749f..0cd459b 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/jazzband/dj-rest-auth' -__version__ = '2.0.1' +__version__ = '2.1.1' __author__ = '@iMerica https://github.com/iMerica' __author_email__ = 'imichael@pm.me' __license__ = 'MIT'