From 7487c3f6194132a4869a4a359cf8d623a6f33a74 Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <legac@cppm.in2p3.fr>
Date: Sat, 8 Mar 2014 11:32:04 +0100
Subject: [PATCH] Release version 0.6.0.15

---
 static/plugin_dbui/CHANGELOG  | 2 +-
 static/plugin_dbui/src/App.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 99f21b4d..de998efe 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,7 +2,7 @@
 
 HEAD
 
-0.6.0.14 (Feb 2014)
+0.6.0.15 (Mar 2014)
   - Major release running with ExtJS 4.2.1
     It is not compatible with with previous versions running wiht ExtJS 3.4.
     It relies on the new class system of the Ext JS 4 library as well as
diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js
index ed2fbe74..e0109b29 100644
--- a/static/plugin_dbui/src/App.js
+++ b/static/plugin_dbui/src/App.js
@@ -9,7 +9,7 @@ Ext.define('App', {
      * The version of the plugin
      * @property {String}
      */
-    version: '0.6.0.14',
+    version: '0.6.0.15',
 
     /**
      * The name of the application
-- 
GitLab