From 60061337da3f068c30ed8c5da92f2d5d47772baf Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Sat, 30 Jul 2016 16:39:18 +0430 Subject: [PATCH] version 3.0.3 --- scal3/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scal3/core.py b/scal3/core.py index 4c0743f24..1338e202e 100644 --- a/scal3/core.py +++ b/scal3/core.py @@ -49,7 +49,7 @@ __file__ = join(os.path.dirname(inspect.getfile(scal3)), 'core.py') -VERSION = '3.0.2' +VERSION = '3.0.3' BRANCH = join(rootDir, 'branch') APP_DESC = 'StarCalendar' COMMAND = APP_NAME