From dbf697d872570ca2bb162ae82eb3df29fe9b1f8d Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <legac@cppm.in2p3.fr>
Date: Mon, 30 Jun 2014 17:54:34 +0200
Subject: [PATCH] Release version 0.6.1.4

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

diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 2bf6f192..7cb06b5a 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,6 +2,7 @@
 
 HEAD
 
+0.6.1.4 (Jun 2014)
   - Add the configuration paremeter resetFields in the RowEditorBase
     It allows to reset any fields when duplcating a record.
   - The defintion of a plugin can be superseed at any time when using Modifier.
diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js
index 80a2e849..d77ec443 100644
--- a/static/plugin_dbui/src/App.js
+++ b/static/plugin_dbui/src/App.js
@@ -15,7 +15,7 @@ Ext.define('App', {
      * The version of the plugin
      * @property {String}
      */
-    version: '0.6.1.3',
+    version: '0.6.1.4',
 
     /**
      * The name of the application
-- 
GitLab