Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
Changes:

*   Add a check for SEND_RESET_PASSWORD_LINK_SERIALIZER_USE_EMAIL (#92)
*   Remove typing ignores (#109)
*   Deprecate DefaultRegisterEmailSerializer.get_email() method (#95)
*   Add SEND_RESET_PASSWORD_LINK_USER_FINDER (#94)
*   Add USE_NON_FIELD_ERRORS_KEY_FROM_DRF_SETTINGS (#125)
*   Use get_user_public_field_names() instead of get_user_field_names()
*   Add Brazilian Portuguese (pt_BR) translation (#122)
*   Add LOGIN_AUTHENTICATOR function setting (#51)
*   Move password validation to reset password serializer (#110)
  • Loading branch information
apragacz committed Feb 13, 2021
1 parent 0534a48 commit c9c3f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_registration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.5.6"
__version__ = "0.6.0"
default_app_config = 'rest_registration.apps.RestRegistrationConfig'

0 comments on commit c9c3f83

Please sign in to comment.