Skip to content

Commit a302acc

Browse files
committed
v15.3.5
1 parent 19016b8 commit a302acc

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-15.3.5'></a>
24+
## v15.3.5 (2023-04-28)
25+
26+
- [Feature] Make it possible to import the demo course from a different git repository or version. (by @regisb)
27+
- [Feature] Add a convenient `do print-edx-platform-setting` command to print the value of an edx-platform setting. (by @regisb)
28+
- [Improvement] Improve edx-platform logging by silencing a couple deprecation warnings. (by @regisb)
29+
- [Feature] Add a convenient `do sqlshell` command to enter a SQL shell as root. (by @regisb)
30+
2331
<a id='changelog-15.3.4'></a>
2432
## v15.3.4 (2023-04-13)
2533

changelog.d/20230326_102311_regis_moar_tasks.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "15.3.4"
5+
__version__ = "15.3.5"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)