diff --git a/README.rst b/README.rst index fd750b0..b0a0e28 100644 --- a/README.rst +++ b/README.rst @@ -156,15 +156,6 @@ Included Plone Add-ons :target: https://coveralls.io/github/collective/collective.taxonomy :alt: Coverage -`pas.plugins.oidc `_ - -.. image:: https://img.shields.io/pypi/v/pas.plugins.oidc.svg - :target: https://pypi.python.org/pypi/pas.plugins.oidc/ - :alt: Latest Version -.. image:: https://img.shields.io/github/v/release/eea/pas.plugins.oidc - :target: https://github.com/eea/pas.plugins.oidc/releases - :alt: Release - Main features ============= diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 62da96f..bf4bf20 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,11 @@ Changelog ========= +7.0 - (2023-10-18) +--------------------------- +* Breaking: Remove pas.plugin.oidc dependency + [avoinea - refs #258877] + 6.2 - (2023-06-06) --------------------------- * Change: View comments permission only for authenticated diff --git a/eea/kitkat/version.txt b/eea/kitkat/version.txt index 0cda48a..4fedf1d 100644 --- a/eea/kitkat/version.txt +++ b/eea/kitkat/version.txt @@ -1 +1 @@ -6.2 +7.0 diff --git a/setup.py b/setup.py index 7ecd64b..07bf4d3 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,6 @@ 'eea.schema.slate', 'eea.sentry', 'eea.volto.policy', - 'pas.plugins.oidc', 'collective.taxonomy', 'plone.volto', 'plone.restapi',