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