From bcad7b3d32005265a70b6a3e275e112735f8454c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 10 Sep 2019 13:57:12 +0000 Subject: [PATCH] base_custom_info 10.0.1.1.0 --- base_custom_info/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_custom_info/__manifest__.py b/base_custom_info/__manifest__.py index 4ec2709f1..505cc4f61 100644 --- a/base_custom_info/__manifest__.py +++ b/base_custom_info/__manifest__.py @@ -8,7 +8,7 @@ 'name': "Base Custom Info", 'summary': "Add custom field in models", 'category': 'Tools', - 'version': '10.0.1.0.0', + 'version': '10.0.1.1.0', 'depends': [ 'base_setup', ],