From 367ea3d6c90a05285761e7309d1a6f589c9cbccd Mon Sep 17 00:00:00 2001 From: Tim White Date: Thu, 21 Dec 2017 09:13:36 -0700 Subject: [PATCH] Version bump for Exclude Users with Permission New feature that enables you to exclude users with a custom permission from having to accept terms. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcc4be27..8a09dc52 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="django-termsandconditions", - version="1.2.7", + version="1.2.8", 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.",