From 22fa480998929b67ae8e13ec286e447abffbb800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 13 Jun 2022 20:50:50 +0200 Subject: [PATCH] v14.0.0: minimal upgrade We'll have to migrate to plugin API v1 and to the newest releases of superset/clickhouse/vector. --- setup.py | 2 +- tutorcairn/__about__.py | 3 +-- tutorcairn/patches/openedx-lms-production-settings | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 tutorcairn/patches/openedx-lms-production-settings diff --git a/setup.py b/setup.py index 99ffaff..236109e 100644 --- a/setup.py +++ b/setup.py @@ -55,4 +55,4 @@ def load_about(): "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ], -) +) \ No newline at end of file diff --git a/tutorcairn/__about__.py b/tutorcairn/__about__.py index 3e6531e..d20e289 100644 --- a/tutorcairn/__about__.py +++ b/tutorcairn/__about__.py @@ -1,2 +1 @@ -__version__ = "16.0.3" - +__version__ = "16.0.3" \ No newline at end of file diff --git a/tutorcairn/patches/openedx-lms-production-settings b/tutorcairn/patches/openedx-lms-production-settings new file mode 100644 index 0000000..ae36ecc --- /dev/null +++ b/tutorcairn/patches/openedx-lms-production-settings @@ -0,0 +1 @@ +CORS_ORIGIN_WHITELIST.append("{% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ CAIRN_HOST }}")