Skip to content

Commit 39a407b

Browse files
committed
Version 0.5.0
Changes: * Fix critical security issue with misusing the Django Signer API * Issue #57: Pass request in serializer context in all views * Added signals for injecting logic in user registration
1 parent 26d094f commit 39a407b

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.4.5"
1+
__version__ = "0.5.0"
22
default_app_config = 'rest_registration.apps.RestRegistrationConfig'

0 commit comments

Comments
 (0)