From d744200ffc0a135e165661e365ee00a72b3d02d9 Mon Sep 17 00:00:00 2001 From: Jarek Glowacki Date: Sat, 1 Sep 2018 11:28:09 +1000 Subject: [PATCH] Bump to 0.2.13 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 357db30..3a1e1ce 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='django-apscheduler', - version='0.2.12', + version='0.2.13', description='APScheduler for Django', classifiers=[ "Development Status :: 4 - Beta",