diff --git a/report_xlsx/__manifest__.py b/report_xlsx/__manifest__.py index 707aa1c2b..3fed2fa87 100644 --- a/report_xlsx/__manifest__.py +++ b/report_xlsx/__manifest__.py @@ -6,7 +6,7 @@ "author": "ACSONE SA/NV," "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", "external_dependencies": {"python": ["xlsxwriter", "xlrd"]}, "depends": ["base", "web"],