File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ Pull requests are encouraged!
341
341
Donations & Support
342
342
----
343
343
If you found drfpasswordless useful, consider giving me a follow
344
- [@aaronykng ](https://www.twitter.com/aaronykng) on Twitter and
344
+ [@localghost ](https://www.twitter.com/aaronykng) on Twitter and
345
345
[@hi.aaron](https://www.instagram.com/hi.aaron) on Instagram.
346
346
347
347
If you' d like to go a step further and are using drfpasswordless in your startup
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
3
__title__ = 'drfpasswordless'
4
- __version__ = '1.5.7 '
4
+ __version__ = '1.5.8 '
5
5
__author__ = 'Aaron Ng'
6
6
__license__ = 'MIT'
7
- __copyright__ = 'Copyright 2020 Aaron Ng'
7
+ __copyright__ = 'Copyright 2022 Aaron Ng'
8
8
9
9
# Version synonym
10
10
VERSION = __version__
Original file line number Diff line number Diff line change 1
- VERSION = (1 , 5 , 7 )
1
+ VERSION = (1 , 5 , 8 )
2
2
3
3
__version__ = '.' .join (map (str , VERSION ))
Original file line number Diff line number Diff line change 19
19
NAME = 'drfpasswordless'
20
20
DESCRIPTION = 'Passwordless auth for Django Rest Framework Token Authentication.'
21
21
URL = 'https://github.com/aaronn/django-rest-framework-passwordless'
22
- EMAIL = 'hi@aaron.ng '
23
- AUTHOR = 'Aaron Ng '
22
+ EMAIL = 'email@0xaaron.com '
23
+ AUTHOR = 'Aaron N. '
24
24
REQUIRES_PYTHON = '>=3'
25
25
VERSION = None
26
26
You can’t perform that action at this time.
0 commit comments