From d28afeae53105f92b66a6286070c8bdd013921aa Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 12 Feb 2023 20:14:58 -0600 Subject: [PATCH] Version bump to a new major 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 cf25df6e..d47b34ac 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.2.8' +__version__ = '3.0.0' __author__ = '@iMerica https://github.com/iMerica' __author_email__ = 'imichael@pm.me' __license__ = 'MIT'