Skip to content

Commit 36592ea

Browse files
committed
Version bump to 1.5.8.
1 parent 07849a4 commit 36592ea

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Pull requests are encouraged!
341341
Donations & Support
342342
----
343343
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
345345
[@hi.aaron](https://www.instagram.com/hi.aaron) on Instagram.
346346
347347
If you'd like to go a step further and are using drfpasswordless in your startup

drfpasswordless/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
1010
VERSION = __version__

drfpasswordless/__version__.py

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

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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
NAME = 'drfpasswordless'
2020
DESCRIPTION = 'Passwordless auth for Django Rest Framework Token Authentication.'
2121
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.'
2424
REQUIRES_PYTHON = '>=3'
2525
VERSION = None
2626

0 commit comments

Comments
 (0)