From 8b5db9bc115fbd0c5e8a650a75f376ee0d45cbef Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Tue, 25 Oct 2022 12:25:00 -0400 Subject: [PATCH 1/2] Adds 2.1.0 release information to HISTORY --- HISTORY.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 8067e11..17e27df 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ History ======= +2.1.0 +----- + +* Adds migrations to support Django 4.x +* Removes support for Django < 3.2 +* Updates tox testing for supported configurations of Django 3.2 - 4.1 with Python 3.7 - 3.10 +* Early tox testing of Django 4.1 with Python 3.11 +* Fixes GitHub Actions automated testing + 2.0.2 ----- From 1412e0d3eeb2319d7e90a651cd981c280bd9ca44 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Tue, 25 Oct 2022 12:37:43 -0400 Subject: [PATCH 2/2] Adds, well, me to AUTHORS as a Contributor --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 5c2656e..a67e44f 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -24,6 +24,7 @@ Contributors: * `Samuel Spencer `_ * `Seb Vetter `_ * `KimSia Sim `_ +* `Dan Moore `_ If your name is missing as a contributor that's my oversight, let me know at ben@benlopatin.com