From cd45c479a8938b0f973165a1a6c8e70c4243066a Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sun, 14 Aug 2016 08:21:10 +0200 Subject: [PATCH] Update version to 0.6.4 --- 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 0aac300..5fcbed0 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.3' +VERSION = '0.6.4' #: path the the application configuration class default_app_config = 'cas_server.apps.CasAppConfig'