From 05a9641514de61eb2022e2126e044c9e1a6f82a6 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Sat, 1 Jul 2017 13:59:15 -0400 Subject: [PATCH] Marking 1.0.3 (#300) --- CTFd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTFd/__init__.py b/CTFd/__init__.py index e60cc35f..ae962761 100644 --- a/CTFd/__init__.py +++ b/CTFd/__init__.py @@ -17,7 +17,7 @@ if sys.version_info[0] < 3: reload(sys) sys.setdefaultencoding("utf-8") -__version__ = '1.0.2' +__version__ = '1.0.3' class ThemeLoader(FileSystemLoader):