From b59bf692521d60803a6e9a0218336bcd5f61c303 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 1 Feb 2022 13:49:45 +0100 Subject: [PATCH] Upgrade the version to 1.3.37 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd37c4cd..58a976f3 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setuptools.setup( name="django-survey-and-report", - version="1.3.35", + version="1.3.37", description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",