# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1738855861 -3600 # Thu Feb 06 16:31:01 2025 +0100 # Branch 18.0 # Node ID d8aa1b05daadd79afe25b9179e924023610b3353 # Parent 24827a60a72f33f563f211fbe197acbdeecba8f6 📚 Document changes diff --git a/NEWS.rst b/NEWS.rst --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ Changelog ========= +18.0.1.2.1 +---------- + +eslint fixes. + 18.0.1.2.0 ---------- 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.2.0", + "version": "18.0.1.2.1", "category": "Reporting", "author": "XCG Consulting", "website": "https://orbeet.io/",