mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-12 00:06:32 +00:00
Merge branch 'master' into nightly
This commit is contained in:
commit
3024bb257c
@ -18,6 +18,11 @@ Every user-facing change should have an entry in this changelog. Please respect
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v14.0.5 (2022-08-29)
|
||||
|
||||
- [Bugfix] Fix MongoDB replica set connection error resulting from edx-platform's pymongo (3.10.1 -> 3.12.3) upgrade ([edx-platform#30569](https://github.com/openedx/edx-platform/pull/30569)). (by @ormsbee)
|
||||
- [Feature] Upgrade all applications to open-release/nutmeg.2 (@BbrSofiane).
|
||||
|
||||
## v14.0.4 (2022-07-29)
|
||||
|
||||
- [Feature] Add the `-m/--mount` option to `tutor dev quickstart`.
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
|
||||
# Increment this version number to trigger a new release. See
|
||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||
__version__ = "14.0.4"
|
||||
__version__ = "14.0.5"
|
||||
|
||||
# The version suffix will be appended to the actual version, separated by a
|
||||
# dash. Use this suffix to differentiate between the actual released version and
|
||||
|
Loading…
Reference in New Issue
Block a user