From 845e7a16db12e34952fc9e7d934fcc9ecf42b39b Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Mon, 16 Mar 2015 16:57:46 +0100 Subject: [PATCH] Release version 0.6.2.5 --- static/plugin_dbui/CHANGELOG | 2 +- static/plugin_dbui/src/App.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 297add23..c5da645f 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -2,7 +2,7 @@ HEAD -0.6.2.4 (Mar 2015) +0.6.2.5 (Mar 2015) - Add the constant INLINE_ALERT - pGridExport uses the latex package longtable instead of tabular. It also translate hyperlink using the hyperref package and has diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js index 3df8d9eb..dbfa23c4 100644 --- a/static/plugin_dbui/src/App.js +++ b/static/plugin_dbui/src/App.js @@ -15,7 +15,7 @@ Ext.define('App', { * The version of the plugin * @property {String} */ - version: '0.6.2.4', + version: '0.6.2.5', /** * The name of the application -- GitLab