Skip to content

Commit 7acd5c3

Browse files
authored
release v0.11 (#142)
1 parent c34db7f commit 7acd5c3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: CHANGELOG.md

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

3-
## v0.11 (unreleased)
3+
## v0.11
44

5-
Require Django 2.2 (LTS release) or 3.1
6-
and Python 3.8 or 3.9 #115
5+
Tests are run with combinations of Python 3.8 and 3.9
6+
and Django 2.2 and 3.1 (#115)
77

88
A number of improvements make it easier to integrate in your
99
project (#135):
@@ -27,6 +27,8 @@ has a `last_login` field, it will be automatically updated.
2727
`BaseUserEmail.natural_key` now returns a 1-element tuple
2828
with the email field value.
2929

30+
Use Python 3.8 or 3.9 and Django 2.2 (LTS release) or 3.1.
31+
3032

3133
## v0.10
3234

Diff for: rest_auth_toolkit/__init__.py

+1-1
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.11.dev'
3+
__version__ = '0.11'
44

55
default_app_config = 'rest_auth_toolkit.app.RestAuthToolkitConfig'

0 commit comments

Comments
 (0)