diff --git a/README.md b/README.md index 5ccaa60..f201d0d 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ Add **pas.plugins.oidc** to the Plone installation using `pip`: pip install pas.plugins.oidc `` +### Requirements + +As of version 2.* of this package the minimum requirements are Plone 6.0 and python 3.8. + ### Warning Pay attention to the customization of `User info property used as userid` field, with the wrong configuration it's easy to impersonate another user. diff --git a/news/36.internal b/news/36.internal new file mode 100644 index 0000000..6639b23 --- /dev/null +++ b/news/36.internal @@ -0,0 +1 @@ +Declare the minimum requirements for Plone/python in the readme [mamico] diff --git a/setup.py b/setup.py index 2dc6750..99eef86 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="pas.plugins.oidc", - version="1.0a7.dev0", + version="2.0.0.dev0", description="An add-on for Plone", long_description=long_description, long_description_content_type="text/markdown",