Skip to content

Commit 1ae0150

Browse files
authored
post-release version bump (#209)
1 parent be3079c commit 1ae0150

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for Rest-Framework-Auth-Toolkit
22

3+
## v0.13 (unreleased)
4+
5+
36
## v0.12
47

58
Library tested with Python 3.9 and 3.10,

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ that you can integrate and customize in your own apps.
2323

2424
See the [demo](demo/) app for example usage.
2525

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.*`
2828

2929
See the [changelog](CHANGELOG.md) for breaking changes.
3030

rest_auth_toolkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Simple + flexible signup and login for Django APIs"""
22

3-
__version__ = '0.12'
3+
__version__ = '0.13.dev0'

0 commit comments

Comments
 (0)