mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
c4388e134c
- 💥 [Feature] Upgrade to Nutmeg: (by @regisb) - 💥 [Feature] Persistent grades are now enabled by default. - [Bugfix] Remove edX references from bulk emails ([issue](https://github.com/openedx/build-test-release-wg/issues/100)). - [Improvement] For Tutor Nightly (and only Nightly), official plugins are now installed from their nightly branches on GitHub instead of a version range on PyPI. This will allow Nightly users to install all official plugins by running ``pip install -e ".[full]"``. - [Bugfix] Start MongoDB when running migrations, because a new data migration fails if MongoDB is not running
13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
# change version ranges when upgrading from nutmeg
|
|
tutor-android>=14.0.0,<15.0.0
|
|
tutor-discovery>=14.0.0,<15.0.0
|
|
tutor-ecommerce>=14.0.0,<15.0.0
|
|
tutor-forum>=14.0.0,<15.0.0
|
|
tutor-license>=14.0.0,<15.0.0
|
|
tutor-mfe>=14.0.0,<15.0.0
|
|
tutor-minio>=14.0.0,<15.0.0
|
|
tutor-notes>=14.0.0,<15.0.0
|
|
tutor-richie>=14.0.0,<15.0.0
|
|
tutor-webui>=14.0.0,<15.0.0
|
|
tutor-xqueue>=14.0.0,<15.0.0
|