mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
v15.3.5
This commit is contained in:
parent
19016b8ab1
commit
a302acc228
@ -20,6 +20,14 @@ instructions, because git commits are used to generate release notes:
|
||||
|
||||
<!-- scriv-insert-here -->
|
||||
|
||||
<a id='changelog-15.3.5'></a>
|
||||
## v15.3.5 (2023-04-28)
|
||||
|
||||
- [Feature] Make it possible to import the demo course from a different git repository or version. (by @regisb)
|
||||
- [Feature] Add a convenient `do print-edx-platform-setting` command to print the value of an edx-platform setting. (by @regisb)
|
||||
- [Improvement] Improve edx-platform logging by silencing a couple deprecation warnings. (by @regisb)
|
||||
- [Feature] Add a convenient `do sqlshell` command to enter a SQL shell as root. (by @regisb)
|
||||
|
||||
<a id='changelog-15.3.4'></a>
|
||||
## v15.3.4 (2023-04-13)
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
- [Feature] Make it possible to import the demo course from a different git repository or version. (by @regisb)
|
||||
- [Feature] Add a convenient `do print-edx-platform-setting` command to print the value of an edx-platform setting. (by @regisb)
|
||||
- [Improvement] Improve edx-platform logging by silencing a couple deprecation warnings. (by @regisb)
|
||||
- [Feature] Add a convenient `do sqlshell` command to enter a SQL shell as root. (by @regisb)
|
@ -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__ = "15.3.4"
|
||||
__version__ = "15.3.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