From 7d9bb3b64e7545f04eb5fd1cc2bcaa32385cb702 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Sun, 19 Jan 2020 09:18:15 +0100 Subject: [PATCH] Prepare 1.7 release --- README.rst | 2 +- docs/release-notes.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b2fdb9a..243c373 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ contains the package `django-two-factor-auth`_, but that application is not a dependency for this package. Also have a look at the bundled example templates and views to see how you can integrate the application into your project. -Compatible with Django 1.11 and 2.0 on Python 2.7, 3.4, 3.5 and 3.6. +Compatible with Django 2.2 and 3.0 on Python 3.5, 3.6, 3.7 and 3.8. Documentation is available at `readthedocs.org`_. diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f9324ed..33c5bf6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,6 +1,11 @@ Release Notes ============= +1.7.0 +----- +* new: Support for Django 2.2+. +* Dropped Django <2.2 support. + 1.6.0 ----- * New: Support for Django 2.0.