# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1654779528 -7200 # Thu Jun 09 14:58:48 2022 +0200 # Branch 13.0-1.0 # Node ID 8a499f6c9ba3cae423a49b93b31fce1ed95c1d5a # Parent 40422ff4625c94e087f7d24e31de31124330f332 📚 Update version and changelog diff --git a/NEWS.rst b/NEWS.rst --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ Changes ======= +13.0.1.0.1 +---------- + +Fix warning in readme. + 13.0.1.0.0 ---------- diff --git a/__manifest__.py b/__manifest__.py --- a/__manifest__.py +++ b/__manifest__.py @@ -21,7 +21,7 @@ { "name": "ICU Format", "summary": "Format message using ICU", - "version": "13.0.1.0.0", + "version": "13.0.1.0.1", "category": "Technical", "author": "XCG Consulting", "website": "https://odoo.consulting/",