Skip to content

Commit

Permalink
release v0.11 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
merwok authored Jan 13, 2021
1 parent c34db7f commit 7acd5c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog for Rest-Framework-Auth-Toolkit

## v0.11 (unreleased)
## v0.11

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

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

Use Python 3.8 or 3.9 and Django 2.2 (LTS release) or 3.1.


## v0.10

Expand Down
2 changes: 1 addition & 1 deletion rest_auth_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Simple + flexible signup and login for Django APIs"""

__version__ = '0.11.dev'
__version__ = '0.11'

default_app_config = 'rest_auth_toolkit.app.RestAuthToolkitConfig'

0 comments on commit 7acd5c3

Please sign in to comment.