From 7e8502c99f1c0ef36f33292ac1d32afb32509ddb Mon Sep 17 00:00:00 2001 From: kimarakov Date: Tue, 9 Jan 2018 00:25:04 -0300 Subject: [PATCH] Update new scheduler version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5b22d1..fbb3177 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-scheduler', - version='0.8.6', + version='0.8.7', description='A calendaring app for Django.', author='Leonardo Lazzaro', author_email='lazzaroleonardo@gmail.com',