# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1648736980 -7200
#      Thu Mar 31 16:29:40 2022 +0200
# Branch 13.0
# Node ID 36857972d1408b6f061d0e3bfdecbafabb6e0a74
# Parent  440caf343fd871cf20c9ffdfaba05fa21bc750eb
Prepare version 1.1.1

diff --git a/NEWS.rst b/NEWS.rst
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,11 @@
 Changes
 =======
 
+13.0.1.1.1
+----------
+
+Fix reST in readme.
+
 13.0.1.1.0
 ----------
 
diff --git a/__manifest__.py b/__manifest__.py
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -1,7 +1,7 @@
 ##############################################################################
 #
 #    ICU Format, a module for Odoo
-#    Copyright (C) 2019-2021 XCG Consulting <https://odoo.consulting/>
+#    Copyright (C) 2019-2021, 2022 XCG Consulting <https://xcg-consulting.fr/>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU Affero General Public License as
@@ -21,7 +21,7 @@
 {
     "name": "ICU Format",
     "summary": "Format message using ICU",
-    "version": "13.0.1.0.0",
+    "version": "13.0.1.1.1",
     "category": "Technical",
     "author": "XCG Consulting",
     "website": "https://odoo.consulting/",