From b07befab3da4c49efb4fe5aaa6f7ba8743c3dda7 Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <legac@cppm.in2p3.fr>
Date: Sat, 10 Nov 2012 18:38:56 +0100
Subject: [PATCH] Release version 0.4.9.5

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

diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 9a6d5f5e..8f30f2e2 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,7 +2,7 @@
 
 HEAD
 
-0.4.9.4 (Nov 2012)
+0.4.9.5 (Nov 2012)
   - Major release with several improvements.
   - New syntax for grid filter via the method GridModifier.append_filter.
   - Improve the files organization for the model and javascript code.
@@ -12,10 +12,11 @@ HEAD
     in FormModifiers.
   - Add a plugin pRegExp and remove custom widget app.form.TextField 
     and app.form.TextArea.
-  - Add a new python class Selector to help building reports
+  - Add a new python class Selector to help building reports.
   - improve store and row-editor messaging on exception.
-  - add a converter to_panelWithUrlSelector
-  - New controller for software version plugin_dbui/versions
+  - add a converter to_panelWithUrlSelector.
+  - New controller for software version plugin_dbui/versions.
+  - Add modifiers persistency.
   
 0.4.8.2 (Jul 2012)
   - Consolidation version
diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js
index d5c11659..40403bb6 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.4';
+App.version = '0.4.9.5';
 
 /**
  * Helper function mimicking the encode_field function running on the server
-- 
GitLab