Skip to content

Commit

Permalink
feat: Upgrade to quince
Browse files Browse the repository at this point in the history
  • Loading branch information
ziafazal authored and regisb committed Dec 9, 2023
1 parent 1aa8442 commit dac1e80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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:
Expand Down
1 change: 0 additions & 1 deletion README.rst
Expand Up @@ -22,7 +22,6 @@ Features
* Optional display in pop-up window
* Integrated grading, compatible with rescoring
* Compatibility with `Django storages <https://django-storages.readthedocs.io/>`__, 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
------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit dac1e80

Please sign in to comment.