Skip to content

Commit 899450d

Browse files
committed
Version 0.5.1
Changes: * Allow TokenAuthentication subclasses (pull request #74) * Fix for issue #52: Check whether valid Django authentication backend is being used * Change email verification signal added (pull request #69) * More restrictive linters: pylint with improved config, flake8-comprehensions plugin added * Force to use Django REST Framework version lower than 3.10 (this limitation will be removed in 0.6.0)
1 parent dff4d2c commit 899450d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_registration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"
22
default_app_config = 'rest_registration.apps.RestRegistrationConfig'

0 commit comments

Comments
 (0)