From ababe8f7ccd9f25bc2a0fd098a4913e9c2a8c20b Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <legac@cppm.in2p3.fr>
Date: Wed, 17 Oct 2012 17:04:23 +0200
Subject: [PATCH] Release version 0.4.9.1

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

diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 5789d66d..22b58a9e 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -1,6 +1,8 @@
 --------------------------------- CHANGE LOG ----------------------------------
 
 HEAD
+
+0.4.9.1 (Oct 2012)
   - New syntax for grid filter via the method GridModifier.append_filter.
   - Improve the files organization for the model and javascript code.
   - Enable tab scrolling in viewport.
diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js
index f3b2bd27..bead27cc 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.9';
+App.version = '0.4.9.1';
 
 /**
  * Helper function mimicking the encode_field function running on the server
-- 
GitLab