From df528158fd46f4accc4d8cb5b29443383f8f8912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Mon, 4 Jun 2018 15:20:38 +0200 Subject: [PATCH] module_auto_update: sbidoul as maintainer Plus Stable development status --- module_auto_update/__openerp__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module_auto_update/__openerp__.py b/module_auto_update/__openerp__.py index e5ffd7e7f..202154320 100644 --- a/module_auto_update/__openerp__.py +++ b/module_auto_update/__openerp__.py @@ -21,4 +21,6 @@ 'depends': [ 'base', ], + 'development_status': 'Production/Stable', + 'maintainers': ['sbidoul'], }