Skip to content

Commit

Permalink
document usage of version 8 with Plone 5.2.
Browse files Browse the repository at this point in the history
Bumb version on feature level.
  • Loading branch information
jensens committed Aug 30, 2021
1 parent e04d254 commit 1855487
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ Install plone.restapi by adding it to your buildout::

and then running ``bin/buildout``

Usage in Plone 5.2:

- Older plone.restapi 7.x. is part of the Plone 5.2.x release series and works on both Python 2.7 and 3.6 to 3.8.
- plone.restapi 8.x or later works with Plone 5.2:
- if Python 3.6 or later is used and
- since plone.restapi 8.9.0 if PyJWT 2.1.0 is used. Set a pin `pyjwt = 2.1.0` in the `[versions]` section of the buildout file.


Contribute
==========
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ def read(filename):
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 5.2",
"Framework :: Plone :: 6.0",
"Framework :: Plone :: Core",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit 1855487

Please sign in to comment.