diff --git a/README.md b/README.md index 463295cf8..0fba9e458 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ addon | version | maintainers | summary [report_qweb_signer](report_qweb_signer/) | 13.0.2.1.0 | | Sign Qweb PDFs usign a PKCS#12 certificate [report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 13.0.1.0.0 | | Add new parameters for a paper format to be used by wkhtmltopdf command as arguments. [report_xlsx](report_xlsx/) | 13.0.1.0.6 | | Base module to create xlsx report -[report_xlsx_helper](report_xlsx_helper/) | 13.0.1.1.2 | | Report xlsx helpers +[report_xlsx_helper](report_xlsx_helper/) | 13.0.1.1.3 | | Report xlsx helpers [report_xml](report_xml/) | 13.0.1.0.1 | | Allow to generate XML reports [//]: # (end addons) diff --git a/report_xlsx_helper/__manifest__.py b/report_xlsx_helper/__manifest__.py index 09a2d360e..5ab61c58a 100644 --- a/report_xlsx_helper/__manifest__.py +++ b/report_xlsx_helper/__manifest__.py @@ -7,7 +7,7 @@ "website": "https://github.com/OCA/reporting-engine", "category": "Reporting", "development_status": "Production/Stable", - "version": "13.0.1.1.2", + "version": "13.0.1.1.3", "license": "AGPL-3", "depends": ["report_xlsx"], "installable": True,