From 1d474250a74ca6ab5d71570919fbdba7d52b93cf Mon Sep 17 00:00:00 2001 From: Lorena Date: Tue, 4 Jun 2024 16:04:18 +0200 Subject: [PATCH] [MIG] auth_oauth_autologin: Migration to 17.0 --- auth_oauth_autologin/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_oauth_autologin/__manifest__.py b/auth_oauth_autologin/__manifest__.py index e6150962af..72339d6564 100644 --- a/auth_oauth_autologin/__manifest__.py +++ b/auth_oauth_autologin/__manifest__.py @@ -5,7 +5,7 @@ "name": "Auth Oauth Autologin", "summary": """ Automatically redirect to the OAuth provider for login""", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainers": ["sbidoul"],