From 8eec0157f5e7bfcc915a66b3440d441066d0488e Mon Sep 17 00:00:00 2001 From: Juan David Buitrago Date: Wed, 1 Feb 2023 16:30:37 -0500 Subject: [PATCH] docs: update readme with olive version --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7be7c9b..89144f3 100644 --- a/README.rst +++ b/README.rst @@ -75,6 +75,8 @@ Compatibility Notes +-------------------+----------------+ | Nutmeg | >= 5.0 | +-------------------+----------------+ +| Olive | >= 5.0 | ++-------------------+----------------+ The following changes to the plugin settings are necessary. If the release you are looking for is not listed, then the accumulation of changes from previous releases is enough. @@ -87,7 +89,7 @@ not listed, then the accumulation of changes from previous releases is enough. EOX_TAGGING_GET_COURSE_OVERVIEW: "eox_tagging.edxapp_wrappers.backends.course_overview_i_v1" EOX_TAGGING_BEARER_AUTHENTICATION: "eox_tagging.edxapp_wrappers.backends.bearer_authentication_i_v1" -**Koa, Lilac, Maple, Nutmeg** +**Koa, Lilac, Maple, Nutmeg, Olive** .. code-block:: yaml @@ -96,7 +98,7 @@ not listed, then the accumulation of changes from previous releases is enough. Those settings can be changed in ``eox_tagging/settings/common.py`` or, for example, in ansible configurations. -**NOTE**: the current ``common.py`` works with Open edX juniper version. +**NOTE**: the current ``common.py`` works with Open edX Lilac version. Usage ======