File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 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!
341341Donations & Support
342342----
343343If 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
345345[@hi.aaron](https://www.instagram.com/hi.aaron) on Instagram.
346346
347347If 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 11# -*- coding: utf-8 -*-
22
33__title__ = 'drfpasswordless'
4- __version__ = '1.5.7 '
4+ __version__ = '1.5.8 '
55__author__ = 'Aaron Ng'
66__license__ = 'MIT'
7- __copyright__ = 'Copyright 2020 Aaron Ng'
7+ __copyright__ = 'Copyright 2022 Aaron Ng'
88
99# Version synonym
1010VERSION = __version__
Original file line number Diff line number Diff line change 1- VERSION = (1 , 5 , 7 )
1+ VERSION = (1 , 5 , 8 )
22
33__version__ = '.' .join (map (str , VERSION ))
Original file line number Diff line number Diff line change 1919NAME = 'drfpasswordless'
2020DESCRIPTION = 'Passwordless auth for Django Rest Framework Token Authentication.'
2121URL = '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. '
2424REQUIRES_PYTHON = '>=3'
2525VERSION = None
2626
You can’t perform that action at this time.
0 commit comments