From 5388bfac140db9a93212c95aa70d4b9fe0ee898a Mon Sep 17 00:00:00 2001 From: ilmir Date: Fri, 12 Jan 2018 13:05:47 +0500 Subject: [PATCH] [DOC] mail_base: new version --- mail_base/__openerp__.py | 2 +- mail_base/doc/changelog.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mail_base/__openerp__.py b/mail_base/__openerp__.py index 8e963c7..434e370 100644 --- a/mail_base/__openerp__.py +++ b/mail_base/__openerp__.py @@ -4,7 +4,7 @@ "summary": """Makes Mail extendable""", "category": "Discuss", "images": [], - "version": "1.0.3", + "version": "1.0.4", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@it-projects.info", diff --git a/mail_base/doc/changelog.rst b/mail_base/doc/changelog.rst index e3f97e5..dd41f40 100644 --- a/mail_base/doc/changelog.rst +++ b/mail_base/doc/changelog.rst @@ -1,3 +1,7 @@ +`1.0.4` +------- +**FIX**: issue related to clear cache + `1.0.3` ------- **FIX**: error on clicking messages preview after sending new message