[FIX] migrated version number in __manifest__.py

pull/819/head
Alexandre Fayolle 2023-12-08 08:28:47 +01:00 committed by GitHub
parent 8e9d9a74d1
commit fc4b34855b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"author": "ACSONE SA/NV," "Creu Blanca," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/reporting-engine",
"category": "Reporting",
"version": "17.0.2.0.0",
"version": "17.0.1.0.0",
"development_status": "Mature",
"license": "AGPL-3",
"external_dependencies": {"python": ["xlsxwriter", "xlrd"]},