Skip to content

Commit 7954648

Browse files
committed
prepare v0.10 release
1 parent a3f4fc1 commit 7954648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog for Rest-Framework-Auth-Toolkit
22

33

4-
## v0.10 (unreleased)
4+
## v0.10
55

66
Django password validators are now applied during signup.
77

rest_auth_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Simple + flexible signup and login for Django APIs"""
22

3-
__version__ = '0.10.dev'
3+
__version__ = '0.10'
44

55
default_app_config = 'rest_auth_toolkit.app.RestAuthToolkitConfig'

0 commit comments

Comments
 (0)