From 29dad4da0f585e7a17ba389877ef15fa12bcd85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Garbely?= Date: Tue, 30 Jun 2020 15:46:25 +0200 Subject: [PATCH] [MIG] mail_outbound_static: Migration to 13.0 --- mail_outbound_static/__manifest__.py | 4 ++-- mail_outbound_static/readme/CONTRIBUTORS.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mail_outbound_static/__manifest__.py b/mail_outbound_static/__manifest__.py index bb52e1e..e6e370d 100644 --- a/mail_outbound_static/__manifest__.py +++ b/mail_outbound_static/__manifest__.py @@ -4,10 +4,10 @@ { 'name': 'Mail Outbound Static', 'summary': 'Allows you to configure the from header for a mail server.', - 'version': '12.0.1.0.0', + 'version': '13.0.1.0.0', 'category': 'Discuss', 'website': 'https://github.com/OCA/social', - 'author': 'LasLabs, Odoo Community Association (OCA)', + 'author': 'brain-tec AG, LasLabs, Odoo Community Association (OCA)', 'license': 'LGPL-3', 'application': False, 'installable': True, diff --git a/mail_outbound_static/readme/CONTRIBUTORS.rst b/mail_outbound_static/readme/CONTRIBUTORS.rst index 3b4618c..8003b64 100644 --- a/mail_outbound_static/readme/CONTRIBUTORS.rst +++ b/mail_outbound_static/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ +* Frédéric Garbely * Dave Lasley * Lorenzo Battistini