From 51f5aa63e1c4b61834b3a271971617f036fe1879 Mon Sep 17 00:00:00 2001 From: jsanchez Date: Wed, 20 Oct 2021 09:25:12 +0200 Subject: [PATCH] [MIG] Migrate to version 15.0 --- mail_environment/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_environment/__manifest__.py b/mail_environment/__manifest__.py index d7afa83..b72c008 100644 --- a/mail_environment/__manifest__.py +++ b/mail_environment/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Mail configuration with server_environment", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "category": "Tools", "summary": "Configure mail servers with server_environment_files", "author": "Camptocamp, Odoo Community Association (OCA)",