From 264d80320dbe079f22127ac9c45cf765029482b1 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 16 Sep 2018 21:48:43 +0200 Subject: [PATCH] Chore - Release a python 3 only version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33eb185b..879a4425 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def add_package(package_list, package): setup( name="django-survey-and-report", - version="1.2.2", + version="1.3.0", description="A django survey app, based on and compatible with " "\"django-survey\". You will be able to migrate your data from an ancient " "version of django-survey, but it has been ported to python 3 and you can "