mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-06-26 23:53:15 +03:00
Version Bumps to 2.1.1
This version includes some new functionality (refresh token support) so I'm bumping the minor version.
This commit is contained in:
parent
feaea049be
commit
5301f1e437
|
@ -1,7 +1,7 @@
|
||||||
__title__ = 'dj-rest-auth'
|
__title__ = 'dj-rest-auth'
|
||||||
__description__ = 'Authentication and Registration in Django Rest Framework.'
|
__description__ = 'Authentication and Registration in Django Rest Framework.'
|
||||||
__url__ = 'http://github.com/jazzband/dj-rest-auth'
|
__url__ = 'http://github.com/jazzband/dj-rest-auth'
|
||||||
__version__ = '2.0.1'
|
__version__ = '2.1.1'
|
||||||
__author__ = '@iMerica https://github.com/iMerica'
|
__author__ = '@iMerica https://github.com/iMerica'
|
||||||
__author_email__ = 'imichael@pm.me'
|
__author_email__ = 'imichael@pm.me'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user