Skip to content

Commit 1740ed7

Browse files
committed
pypi bump for dependencies, 500, and bugfixes
1 parent 54126c0 commit 1740ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drfpasswordless/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = 'drfpasswordless'
4-
__version__ = '1.5.2'
4+
__version__ = '1.5.3'
55
__author__ = 'Aaron Ng'
66
__license__ = 'MIT'
77
__copyright__ = 'Copyright 2020 Aaron Ng'

drfpasswordless/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 5, 2)
1+
VERSION = (1, 5, 3)
22

33
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)