diff --git a/yaltik_bootstrap/__manifest__.py b/yaltik_bootstrap/__manifest__.py index ff5f1b5..701e722 100644 --- a/yaltik_bootstrap/__manifest__.py +++ b/yaltik_bootstrap/__manifest__.py @@ -21,12 +21,12 @@ 'description': """ Yaltik bootstrap : common dependencies for all projects : * addons from OCA : FR localization, debranding ; * new backend and responsive theme """, - 'version': '15.0.0.0.1', + 'version': '15.0.0.0.2', 'category': 'Yaltik', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', 'application': False, 'installable': True, 'depends': ['l10n_fr', 'l10n_fr_siret', 'l10n_fr_state', 'l10n_fr_department', - 'mail_debrand', 'muk_web_theme'] + 'muk_web_theme'] }