From eb2d913b39393a6f458472ab5d0ccb6fcfdaec90 Mon Sep 17 00:00:00 2001
From: Philip ABBET <philip.abbet@idiap.ch>
Date: Tue, 25 Apr 2017 14:21:48 +0200
Subject: [PATCH] [version] Bump to v1.2.0rc4

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 setup.py

diff --git a/setup.py b/setup.py
old mode 100644
new mode 100755
index fe2ad7894..432261f68
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ from setuptools import setup, find_packages
 setup(
 
     name='beat.web',
-    version='1.2.0rc3',
+    version='1.2.0rc4',
     description='Biometrics Evaluation and Testing Platform (Web Modules)',
     url='https://gitlab.idiap.ch/beat/beat.web',
     license='AGPLv3',
-- 
GitLab