From 49552c9b24527b4b18780a6288b31a7eaa0a637f Mon Sep 17 00:00:00 2001 From: Andreas Perhab Date: Wed, 20 Mar 2024 08:48:30 +0100 Subject: [PATCH] [MIG] auth_oidc: Migration to 17.0 --- auth_oidc/__manifest__.py | 2 +- auth_oidc/readme/HISTORY.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/auth_oidc/__manifest__.py b/auth_oidc/__manifest__.py index be60eba9f8..5e046a73f3 100644 --- a/auth_oidc/__manifest__.py +++ b/auth_oidc/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Authentication OpenID Connect", - "version": "16.0.1.1.1", + "version": "17.0.1.0.0", "license": "AGPL-3", "author": ( "ICTSTUDIO, André Schenkels, " diff --git a/auth_oidc/readme/HISTORY.md b/auth_oidc/readme/HISTORY.md index 0e26e3a694..3df4dd917b 100644 --- a/auth_oidc/readme/HISTORY.md +++ b/auth_oidc/readme/HISTORY.md @@ -1,3 +1,7 @@ +## 17.0.1.0.0 2024-03-20 + +- Odoo 17 migration + ## 16.0.1.1.0 2024-02-28 - Forward port OpenID Connect fixes from 15.0 to 16.0