From 56291c6c65e36d17fe5c581b85b7420ea24269a7 Mon Sep 17 00:00:00 2001 From: "Mohamed M. Hagag" Date: Sat, 4 Mar 2017 01:01:48 +0200 Subject: [PATCH] Fix version number follow release based version numbering. --- export_stockinfo_xls/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export_stockinfo_xls/__manifest__.py b/export_stockinfo_xls/__manifest__.py index e8e80d3df..72ac77480 100644 --- a/export_stockinfo_xls/__manifest__.py +++ b/export_stockinfo_xls/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Export Product Stock in Excel', - 'version': '0.2', + 'version': '10.0.2.0', 'category': 'Inventory', 'license': "AGPL-3", 'summary': "Current Stock Report for all Products in each Warehouse",