Skip to content

Commit

Permalink
Version bump to 1.5.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronn committed Apr 11, 2022
1 parent 07849a4 commit 36592ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Pull requests are encouraged!
Donations & Support
----
If you found drfpasswordless useful, consider giving me a follow
[@aaronykng](https://www.twitter.com/aaronykng) on Twitter and
[@localghost](https://www.twitter.com/aaronykng) on Twitter and
[@hi.aaron](https://www.instagram.com/hi.aaron) on Instagram.
If you'd like to go a step further and are using drfpasswordless in your startup
Expand Down
4 changes: 2 additions & 2 deletions drfpasswordless/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-

__title__ = 'drfpasswordless'
__version__ = '1.5.7'
__version__ = '1.5.8'
__author__ = 'Aaron Ng'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020 Aaron Ng'
__copyright__ = 'Copyright 2022 Aaron Ng'

# Version synonym
VERSION = __version__
Expand Down
2 changes: 1 addition & 1 deletion drfpasswordless/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 5, 7)
VERSION = (1, 5, 8)

__version__ = '.'.join(map(str, VERSION))
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
NAME = 'drfpasswordless'
DESCRIPTION = 'Passwordless auth for Django Rest Framework Token Authentication.'
URL = 'https://github.com/aaronn/django-rest-framework-passwordless'
EMAIL = '[email protected]'
AUTHOR = 'Aaron Ng'
EMAIL = '[email protected]'
AUTHOR = 'Aaron N.'
REQUIRES_PYTHON = '>=3'
VERSION = None

Expand Down

0 comments on commit 36592ea

Please sign in to comment.