From dbff09370bd9541184854e3efc4db8727764b529 Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <legac@cppm.in2p3.fr>
Date: Sat, 15 Dec 2012 10:02:05 +0100
Subject: [PATCH] Release version 0.4.10.1

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

diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 4046d46c..3b215870 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,12 +2,13 @@
 
 HEAD
 
-0.4.10.0 (Dec 2012)
+0.4.10.1 (Dec 2012)
   - Bug fixed
   - Improve PanelWithUrlSelector class (selectorTitle, selectorRegion)
   - The plugin pGridExport is replaced by pGridExpertMemu.
   - Several improvement handling the number of rows and reset in
     DirectStore, Grid, GridFilter, pGridPaging and pGridExpertMenu.
+  - Improve the handling of LinkedComboBox.
   
 0.4.9.7 (Nov 2012)
   - Major release with several improvements.
diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js
index e46f2bc7..54f8cada 100644
--- a/static/plugin_dbui/src/base.js
+++ b/static/plugin_dbui/src/base.js
@@ -20,7 +20,7 @@ Ext.namespace('App');
 /**
  * @param {String} App.version version of the library
  */
-App.version = '0.4.10.0';
+App.version = '0.4.10.1';
 
 /**
  * Helper function mimicking the encode_field function running on the server
-- 
GitLab