From 12ea3c0a5b4a41bae417d331914feda864400161 Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Mon, 2 Dec 2019 14:26:05 +0100 Subject: [PATCH] Prepare release v2.2 --- AUTHORS | 2 ++ docs/changes.rst | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 9661ac9..71632e7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,9 @@ Bruno Clermont Gilles Fabio Jannis Leidel +John Franey Marc Abramowitz Michael van Tellingen Mike Fogel +Paolo Melchiorre Peter Bittner diff --git a/docs/changes.rst b/docs/changes.rst index cb59791..12ed102 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -3,7 +3,7 @@ Changelog --------- -v2.2 (2019-xx-yy) +v2.2 (2019-12-02) ^^^^^^^^^^^^^^^^^ - **BACKWARD INCOMPATIBLE** Drop support for Python 3.4. @@ -12,9 +12,9 @@ v2.2 (2019-xx-yy) - Add support for Django 3.0. -- Add support for Python Python 3.8. +- Add support for Python 3.8. -- Add support for Python PyPy 3. +- Add support for PyPy 3. - Replace ``django.utils.six`` with ``six`` to support Django >= 3.