From 81d5846a14b8ab57cef83e743cf3e01e6d4a87e7 Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <legac@cppm.in2p3.fr>
Date: Sat, 8 Mar 2014 18:08:33 +0100
Subject: [PATCH] Release version 0.6.0.17

---
 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 3b8a0050..7e6c765e 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,7 +2,7 @@
 
 HEAD
 
-0.6.0.16 (Mar 2014)
+0.6.0.17 (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 dd335e4a..d5e2fc24 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.16',
+    version: '0.6.0.17',
 
     /**
      * The name of the application
-- 
GitLab