diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 879a3248ab9b61689fb5bef6388faf1e73c3ddfc..b51112edbcaecffbdd3b5fd939c011a320d4fc65 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 dbc2af675de346f678b9e27287c3afc1c9414fc3..99d7d4e2961c0d78b518803293e035334e4ac2a3 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