From 9b843faf98909e4eb403981068545c0840b30fed Mon Sep 17 00:00:00 2001 From: Tim White Date: Fri, 23 Nov 2018 10:27:51 -0700 Subject: [PATCH] Version bump to 1.2.13 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c63ed22d..e3fd02fa 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="django-termsandconditions", - version="1.2.12", + version="1.2.13", 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.",