From 77fedd0f307365f1c550881f9da0778c7c32af5f Mon Sep 17 00:00:00 2001 From: Rafael Blasco Date: Mon, 28 Feb 2022 14:00:51 +0100 Subject: [PATCH 1/2] [12.0][mail_show_follower] Update version As commented in https://github.com/OCA/social/pull/788 the PR should be merged manually but we should update the version of the module as a minor update cc @ValentinVinagre @eLBati @MiquelRForgeFlow @HaraldPanten --- mail_show_follower/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_show_follower/__manifest__.py b/mail_show_follower/__manifest__.py index 47f5008e2..a9cffe6b3 100755 --- a/mail_show_follower/__manifest__.py +++ b/mail_show_follower/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Mail Show Follower", "summary": "Show CC document followers in mails.", - "version": "12.0.1.0.0", + "version": "12.0.1.1.0", "category": "Mail", "website": "https://github.com/OCA/social", "author": "Sygel, Odoo Community Association (OCA)", From 421c1297553fb90c94abf24520afc08d6ddbb8f7 Mon Sep 17 00:00:00 2001 From: Rafael Blasco Date: Mon, 28 Feb 2022 15:23:37 +0100 Subject: [PATCH 2/2] Update mail_show_follower/__manifest__.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Miquel Raïch --- mail_show_follower/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_show_follower/__manifest__.py b/mail_show_follower/__manifest__.py index a9cffe6b3..a29d0c623 100755 --- a/mail_show_follower/__manifest__.py +++ b/mail_show_follower/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Mail Show Follower", "summary": "Show CC document followers in mails.", - "version": "12.0.1.1.0", + "version": "12.0.1.0.1", "category": "Mail", "website": "https://github.com/OCA/social", "author": "Sygel, Odoo Community Association (OCA)",