From 803cf0caf0a93028b1f66e6915e6619750b257b3 Mon Sep 17 00:00:00 2001 From: ArtyomLosev Date: Tue, 19 Dec 2017 21:44:32 +0500 Subject: [PATCH] [DOC] bump mail_base 1.0.3 (#137) --- 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 ce01512..8e963c7 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.2", + "version": "1.0.3", "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 e50183c..e3f97e5 100644 --- a/mail_base/doc/changelog.rst +++ b/mail_base/doc/changelog.rst @@ -1,3 +1,7 @@ +`1.0.3` +------- +**FIX**: error on clicking messages preview after sending new message + `1.0.2` -------