From 1a7b8263d3843c71732f467e052e284c5a7c608f Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 19 Dec 2019 10:20:51 +0000 Subject: [PATCH] base_custom_info 12.0.1.0.1 --- 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 23544f0ad..353501a94 100644 --- a/base_custom_info/__manifest__.py +++ b/base_custom_info/__manifest__.py @@ -7,7 +7,7 @@ 'name': "Base Custom Info", 'summary': "Add custom field in models", 'category': 'Tools', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'depends': [ 'base_setup', ],