From ecf4861bf419892cb1da070529037b369d6f0e25 Mon Sep 17 00:00:00 2001 From: Pascal Wichmann Date: Mon, 9 Aug 2021 09:19:53 +0200 Subject: [PATCH] Bump version to 2.1.4 (bugfix release) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 682c5bf..21c0870 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='django-rest-authtoken', - version='2.1.3', + version='2.1.4', author='Pascal Wichmann', author_email='wichmannpas@gmail.com', description='A simple token-based auth backend for Django Rest Framework storing cryptographically hashed tokens on server-side.',