From ed921920079e488b70b5b1dcc9ae6557b5d363af Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 11 Sep 2020 14:08:23 +0000 Subject: [PATCH] auth_api_key 12.0.2.1.0 --- auth_api_key/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_api_key/__manifest__.py b/auth_api_key/__manifest__.py index 91cac5ac4..914fb7d90 100644 --- a/auth_api_key/__manifest__.py +++ b/auth_api_key/__manifest__.py @@ -6,7 +6,7 @@ "name": "Auth Api Key", "summary": """ Authenticate http requests from an API key""", - "version": "12.0.2.0.0", + "version": "12.0.2.1.0", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://acsone.eu/",