From 43f077ae2899463952bc9e77d50e1a818070b1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Fri, 19 Dec 2025 23:21:09 +0100 Subject: [PATCH] [MIG] auth_remove_space_in_signup_and_login: migrate to 18.0 --- auth_remove_space_in_signup_and_login/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_remove_space_in_signup_and_login/__manifest__.py b/auth_remove_space_in_signup_and_login/__manifest__.py index eed4959..1b0fb14 100644 --- a/auth_remove_space_in_signup_and_login/__manifest__.py +++ b/auth_remove_space_in_signup_and_login/__manifest__.py @@ -3,7 +3,7 @@ { "name": "auth_remove_space_in_signup_and_login", - "version": "16.0.1.0.0", + "version": "18.0.1.0.0", "author": "Elabore", "website": "https://elabore.coop", "maintainer": "Boris Gallet",