From dac1e80def3b360b655e5b4714fd9d78968ba08f Mon Sep 17 00:00:00 2001 From: Zia Fazal Date: Tue, 28 Nov 2023 19:10:09 +0500 Subject: [PATCH] feat: Upgrade to quince --- .gitlab-ci.yml | 2 +- README.rst | 1 - setup.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ada9e8..48fa669 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # Note: tags must be created and pushed manually. TUTOR_PYPI_PACKAGE: openedx-scorm-xblock - OPENEDX_RELEASE: palm + OPENEDX_RELEASE: quince GITHUB_REPO: overhangio/openedx-scorm-xblock include: diff --git a/README.rst b/README.rst index fa54af5..eb8abe2 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,6 @@ Features * Optional display in pop-up window * Integrated grading, compatible with rescoring * Compatibility with `Django storages `__, customizable storage backend -* v16 works with Palm, the latest Open edX release (use v15 for Olive, v14 for Nutmeg, v13 for Maple, and v12 for Lilac) Installation ------------ diff --git a/setup.py b/setup.py index 074946b..781082c 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def package_data(pkg, roots): setup( name="openedx-scorm-xblock", - version="16.0.3", + version="17.0.0", description="Scorm XBlock for Open edX", long_description=readme, long_description_content_type="text/x-rst",