We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54126c0 commit 1740ed7Copy full SHA for 1740ed7
drfpasswordless/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
__title__ = 'drfpasswordless'
4
-__version__ = '1.5.2'
+__version__ = '1.5.3'
5
__author__ = 'Aaron Ng'
6
__license__ = 'MIT'
7
__copyright__ = 'Copyright 2020 Aaron Ng'
drfpasswordless/__version__.py
@@ -1,3 +1,3 @@
-VERSION = (1, 5, 2)
+VERSION = (1, 5, 3)
__version__ = '.'.join(map(str, VERSION))
0 commit comments