From 7ca087fd0238b231ff04980e3e24d87de84053a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matja=C5=BE=20Mozeti=C4=8D?= Date: Fri, 16 Oct 2015 05:52:25 +0200 Subject: [PATCH] Correct version (typo) --- base_module_doc_rst/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_module_doc_rst/__openerp__.py b/base_module_doc_rst/__openerp__.py index febfe0367..8e19ae5ba 100644 --- a/base_module_doc_rst/__openerp__.py +++ b/base_module_doc_rst/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Generate Docs of Modules", - "version": "8.0.1.0", + "version": "8.0.1.0.0", "category": "Tools", "summary": "Modules Technical Guides in RST and Relationship Graphs", "website": "https://odoo-community.org/",