From 3d16f248a4cad72df8933112ccaf6bf937b46dba Mon Sep 17 00:00:00 2001 From: Antonio Espinosa Date: Wed, 24 Feb 2016 21:26:48 +0100 Subject: [PATCH] Increase version number --- mrp_production_real_cost/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrp_production_real_cost/__openerp__.py b/mrp_production_real_cost/__openerp__.py index c2455ec2f..efbe176da 100644 --- a/mrp_production_real_cost/__openerp__.py +++ b/mrp_production_real_cost/__openerp__.py @@ -6,7 +6,7 @@ { "name": "Real costs in manufacturing orders", - "version": "8.0.1.0.1", + "version": "8.0.1.0.2", "depends": [ "project_timesheet", "mrp_project",