From bbfef8e9f2463ef8316c065e5ba3a73503da5390 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 28 Jul 2022 10:22:38 +0000 Subject: [PATCH] auth_api_key 15.0.1.1.1 --- 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 b9b41e7ed7..996993aa72 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": "15.0.1.1.0", + "version": "15.0.1.1.1", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-auth",