From 773707e6c3c3fa20f697c946e31cafc591e8fee8 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 2 Aug 2016 14:35:24 +0200 Subject: [PATCH] Update version to 0.6.2 --- 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 c138255..8d6dd5d 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.1' +VERSION = '0.6.2' #: path the the application configuration class default_app_config = 'cas_server.apps.CasAppConfig'