# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1740131083 -3600 # Fri Feb 21 10:44:43 2025 +0100 # Branch 18.0 # Node ID 92a7706fb60caaa68872787d29b5dd40be75cf72 # Parent c49e9c2e2e6bd494ff79cbcc5652332c42c8d431 📚 document changes diff --git a/NEWS.rst b/NEWS.rst --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ Changelog ========= +18.0.1.5.0 +---------- + +Add typst language to redner odoo. + 18.0.1.4.1 ---------- diff --git a/__manifest__.py b/__manifest__.py --- a/__manifest__.py +++ b/__manifest__.py @@ -21,7 +21,7 @@ { "name": "Redner", "license": "AGPL-3", - "version": "18.0.1.4.1", + "version": "18.0.1.5.0", "category": "Reporting", "author": "XCG Consulting", "website": "https://orbeet.io/",