From 3d59af215f7b04583ef3d61163f768472751951b Mon Sep 17 00:00:00 2001 From: Tim White Date: Sun, 11 Aug 2019 14:52:41 -0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21177451..e9aa0b89 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="django-termsandconditions", - version="1.2.14", + version="1.2.15", url='https://github.com/cyface/django-termsandconditions', license='BSD', description="django-termsandconditions is a Django app that enables users to accept terms and conditions of a site.",