From 43186653cb4b37abfb6d571b78549d8ed0d33c65 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 14 Jun 2022 12:24:54 +0000 Subject: [PATCH] auth_jwt 14.0.2.0.0 --- auth_jwt/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_jwt/__manifest__.py b/auth_jwt/__manifest__.py index 2e9ae85bd5..a8411ffd3f 100644 --- a/auth_jwt/__manifest__.py +++ b/auth_jwt/__manifest__.py @@ -5,7 +5,7 @@ "name": "Auth JWT", "summary": """ JWT bearer token authentication.""", - "version": "14.0.1.2.0", + "version": "14.0.2.0.0", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainers": ["sbidoul"],