From cbd79230af51db97894bd75e370d1369885e39bf Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 27 Jul 2021 14:00:09 +0000 Subject: [PATCH] report_csv 13.0.1.0.2 --- report_csv/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_csv/__manifest__.py b/report_csv/__manifest__.py index 59ac82bc7..9640e27d5 100644 --- a/report_csv/__manifest__.py +++ b/report_csv/__manifest__.py @@ -6,7 +6,7 @@ "author": "Creu Blanca, Odoo Community Association (OCA)", "website": "https://github.com/OCA/reporting-engine", "category": "Reporting", - "version": "13.0.1.0.1", + "version": "13.0.1.0.2", "license": "AGPL-3", "depends": ["base", "web"], "data": ["views/webclient_templates.xml"],