We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f4fc1 commit 7954648Copy full SHA for 7954648
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog for Rest-Framework-Auth-Toolkit
2
3
4
-## v0.10 (unreleased)
+## v0.10
5
6
Django password validators are now applied during signup.
7
rest_auth_toolkit/__init__.py
@@ -1,5 +1,5 @@
"""Simple + flexible signup and login for Django APIs"""
-__version__ = '0.10.dev'
+__version__ = '0.10'
default_app_config = 'rest_auth_toolkit.app.RestAuthToolkitConfig'
0 commit comments