From 29db37b3ad11f936f59bf818a68228effc5c75f7 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 6 Oct 2021 11:53:47 +0000 Subject: [PATCH] auth_jwt_demo 14.0.1.1.0 --- auth_jwt_demo/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_jwt_demo/__manifest__.py b/auth_jwt_demo/__manifest__.py index 94eed0cf3c..731aeed468 100644 --- a/auth_jwt_demo/__manifest__.py +++ b/auth_jwt_demo/__manifest__.py @@ -5,7 +5,7 @@ "name": "Auth JWT Test", "summary": """ Test/demo module for auth_jwt.""", - "version": "14.0.1.0.1", + "version": "14.0.1.1.0", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainers": ["sbidoul"],