File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for Rest-Framework-Auth-Toolkit
2
2
3
+ ## v0.13 (unreleased)
4
+
5
+
3
6
## v0.12
4
7
5
8
Library tested with Python 3.9 and 3.10,
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ that you can integrate and customize in your own apps.
23
23
24
24
See the [ demo] ( demo/ ) app for example usage.
25
25
26
- ⚠️ This library is not stable yet , make sure to pin your dependencies.
27
- Recommended form: ` rest-framework-auth-toolkit == 0.9 .* `
26
+ ⚠️ This library is in beta stage , make sure to pin your dependencies.
27
+ Recommended form: ` rest-framework-auth-toolkit == 0.12 .* `
28
28
29
29
See the [ changelog] ( CHANGELOG.md ) for breaking changes.
30
30
Original file line number Diff line number Diff line change 1
1
"""Simple + flexible signup and login for Django APIs"""
2
2
3
- __version__ = '0.12 '
3
+ __version__ = '0.13.dev0 '
You can’t perform that action at this time.
0 commit comments