diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 5789d66d7de6ecd226c347afd9b0a0c5ee4fccdb..22b58a9e21f3198f0614421f0d9603e8113ce162 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 f3b2bd27148917157d25842f209ba8dafae1d65f..bead27cce6d6611771d7ae0aab97b9b89c2f6f85 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