diff --git a/NEWS.rst b/NEWS.rst
index cfe3c6b6848429233cded5739f978a5a33dfd5cb_TkVXUy5yc3Q=..0463c78eef2a62e40072bc9e55ee9d33aa5b82a9_TkVXUy5yc3Q= 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+15.0.1.0.1
+----------
+
+Pylint fix.
+
 15.0.1.0.0
 ----------
 
diff --git a/__manifest__.py b/__manifest__.py
index cfe3c6b6848429233cded5739f978a5a33dfd5cb_X19tYW5pZmVzdF9fLnB5..0463c78eef2a62e40072bc9e55ee9d33aa5b82a9_X19tYW5pZmVzdF9fLnB5 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -21,7 +21,7 @@
     "name": "Xbus Emitter",
     "license": "AGPL-3",
     "summary": "Emit messages from Odoo to Xbus",
-    "version": "15.0.1.0.0",
+    "version": "15.0.1.0.1",
     "category": "Technical",
     "author": "XCG Consulting",
     "website": "https://odoo.consulting/",