From bb9e38878b7e4df780d67e388bd44db45088c398 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 6 Jun 2024 19:35:45 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- auth_saml/README.rst | 2 +- auth_saml/__manifest__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1177170c95..b5805e9423 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ addon | version | maintainers | summary [auth_oauth_multi_token](auth_oauth_multi_token/) | 14.0.1.0.0 | | Allow multiple connection with the same OAuth account [auth_oidc](auth_oidc/) | 14.0.1.1.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider [auth_oidc_environment](auth_oidc_environment/) | 14.0.1.0.1 | | This module allows to use server env for OIDC configuration -[auth_saml](auth_saml/) | 14.0.1.2.0 | | SAML2 Authentication +[auth_saml](auth_saml/) | 14.0.1.2.1 | | SAML2 Authentication [auth_session_timeout](auth_session_timeout/) | 14.0.1.0.2 | | This module disable all inactive sessions since a given delay [auth_signup_verify_email](auth_signup_verify_email/) | 14.0.1.0.1 | | Force uninvited users to use a good email for signup [auth_user_case_insensitive](auth_user_case_insensitive/) | 14.0.1.0.1 | | Makes the user login field case insensitive diff --git a/auth_saml/README.rst b/auth_saml/README.rst index 16f7169f56..f76f2bc205 100644 --- a/auth_saml/README.rst +++ b/auth_saml/README.rst @@ -7,7 +7,7 @@ SAML2 Authentication !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b6299bd86426a3aa73f3998c7eab1077448c5753852bffe82e88850e3d96dba5 + !! source digest: sha256:deab667d56b2aa6d70e1fb4eff90360d738934b7db9c3fef335508581bd66197 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auth_saml/__manifest__.py b/auth_saml/__manifest__.py index 9a45d100db..9efd19beeb 100644 --- a/auth_saml/__manifest__.py +++ b/auth_saml/__manifest__.py @@ -4,7 +4,7 @@ { "name": "SAML2 Authentication", - "version": "14.0.1.2.0", + "version": "14.0.1.2.1", "category": "Tools", "author": "XCG Consulting, Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-auth",