Skip to content

Commit bb9e388

Browse files
committed
[BOT] post-merge updates
1 parent a7e66b7 commit bb9e388

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ addon | version | maintainers | summary
3232
[auth_oauth_multi_token](auth_oauth_multi_token/) | 14.0.1.0.0 | | Allow multiple connection with the same OAuth account
3333
[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
3434
[auth_oidc_environment](auth_oidc_environment/) | 14.0.1.0.1 | | This module allows to use server env for OIDC configuration
35-
[auth_saml](auth_saml/) | 14.0.1.2.0 | | SAML2 Authentication
35+
[auth_saml](auth_saml/) | 14.0.1.2.1 | | SAML2 Authentication
3636
[auth_session_timeout](auth_session_timeout/) | 14.0.1.0.2 | | This module disable all inactive sessions since a given delay
3737
[auth_signup_verify_email](auth_signup_verify_email/) | 14.0.1.0.1 | | Force uninvited users to use a good email for signup
3838
[auth_user_case_insensitive](auth_user_case_insensitive/) | 14.0.1.0.1 | | Makes the user login field case insensitive

auth_saml/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SAML2 Authentication
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:b6299bd86426a3aa73f3998c7eab1077448c5753852bffe82e88850e3d96dba5
10+
!! source digest: sha256:deab667d56b2aa6d70e1fb4eff90360d738934b7db9c3fef335508581bd66197
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

auth_saml/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "SAML2 Authentication",
7-
"version": "14.0.1.2.0",
7+
"version": "14.0.1.2.1",
88
"category": "Tools",
99
"author": "XCG Consulting, Odoo Community Association (OCA)",
1010
"website": "https://github.com/OCA/server-auth",

0 commit comments

Comments
 (0)