From 108e81a043626e4961ca5a2074529f26f49ed553 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 1 Feb 2022 13:53:13 +0100 Subject: [PATCH] Add compatibility to django 4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2581e18..51d23599 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setuptools.setup( name="django-survey-and-report", - version="1.3.37", + version="1.4.0", description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",