From c72225ab523cc9bb7455e54daafbd4781a5cbf3e Mon Sep 17 00:00:00 2001
From: legac <renaud.legac@free.fr>
Date: Thu, 12 Jul 2012 08:26:24 +0200
Subject: [PATCH] Release version 0.4.8.2

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

diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 1d914891..c20b8250 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,7 +2,7 @@
 
 HEAD
 
-0.4.8.1 (Jul 2012)
+0.4.8.2 (Jul 2012)
   - Consolidation version
   - Add a StoreModifier to handle the orderby directive
   - Add a plugins pFormToolTip, pGridRowEditorDblClick, pGridExport,
diff --git a/static/plugin_dbui/src/appbase.js b/static/plugin_dbui/src/appbase.js
index 90b5ad99..a9a9dedb 100644
--- a/static/plugin_dbui/src/appbase.js
+++ b/static/plugin_dbui/src/appbase.js
@@ -20,7 +20,7 @@ Ext.namespace('App');
 /**
  * @param {String} App.version version of the library
  */
-App.version = '0.4.8.1';
+App.version = '0.4.8.2';
 
 /**
  * Helper function mimicking the encode_field function running on the server
-- 
GitLab