From f0862a99110f1e4fb242f1dd1ce9e95849b657dc Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 17 Jan 2022 16:23:01 +0000 Subject: [PATCH] auth_api_key 14.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 d0a288109e..0b05dfd707 100644 --- a/auth_api_key/__manifest__.py +++ b/auth_api_key/__manifest__.py @@ -5,7 +5,7 @@ "name": "Auth Api Key", "summary": """ Authenticate http requests from an API key""", - "version": "14.0.2.0.1", + "version": "14.0.2.1.0", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-auth",