From e462b841e0a2419899c5d78cc05143fe82017ee1 Mon Sep 17 00:00:00 2001
From: legac <renaud.legac@free.fr>
Date: Fri, 18 May 2012 14:35:32 +0200
Subject: [PATCH] Release version 0.4.6.1

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

diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 879a3248..b51112ed 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -1,6 +1,8 @@
 --------------------------------- CHANGE LOG ----------------------------------
 
 HEAD
+
+0.4.6.1 (May 2012)
   - Minor release
   - Add the property timeout to App.PanelWithUrlSelector
   - Add constant UNDEF, UNDEF_ID and UNKNOWN
diff --git a/static/plugin_dbui/src/appbase.js b/static/plugin_dbui/src/appbase.js
index dbc2af67..99d7d4e2 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.6';
+App.version = '0.4.6.1';
 
 /**
  * Helper function mimicking the encode_field function running on the server
-- 
GitLab