diff --git a/README.md b/README.md index 87e2d84f..b0ff77c9 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Available addons addon | version | summary --- | --- | --- [document_page](document_page/) | 14.0.1.0.0 | Document Page +[document_page_project](document_page_project/) | 14.0.1.0.1 | Document Page Project [knowledge](knowledge/) | 14.0.1.0.0 | Knowledge [//]: # (end addons) diff --git a/document_page_project/__manifest__.py b/document_page_project/__manifest__.py index 56f4b8ed..7388be32 100644 --- a/document_page_project/__manifest__.py +++ b/document_page_project/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Document Page Project", "summary": "This module links document pages to projects", - "version": "13.0.1.0.1", + "version": "14.0.1.0.1", "development_status": "Production/Stable", "category": "Project", "author": "ForgeFlow, Odoo Community Association (OCA)",