From 84d0d267ad34fff117f74bdec31ee52dd699b2ae Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sat, 13 Aug 2016 19:39:47 +0200 Subject: [PATCH] Update version to 0.6.3 --- cas_server/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cas_server/__init__.py b/cas_server/__init__.py index 8d6dd5d..0aac300 100644 --- a/cas_server/__init__.py +++ b/cas_server/__init__.py @@ -11,7 +11,7 @@ """A django CAS server application""" #: version of the application -VERSION = '0.6.2' +VERSION = '0.6.3' #: path the the application configuration class default_app_config = 'cas_server.apps.CasAppConfig'