Skip to content

Commit 02e2bed

Browse files
committed
Release 0.41.6
1 parent 037cce3 commit 02e2bed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
=============
33

4+
Version 0.41.6
5+
--------------
6+
7+
- Minor tweaks to initial setup instructions, add memory env var for web container, note minimum required domain config for things to "work out of box" (#2458)
8+
- Add (citation) urls for canvas contentfiles (#2457)
9+
- fix one-click enrollment for the same course across multiple orgs (#2453)
10+
411
Version 0.41.5 (Released August 25, 2025)
512
--------------
613

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from main.settings_pluggy import * # noqa: F403
3535
from openapi.settings_spectacular import open_spectacular_settings
3636

37-
VERSION = "0.41.5"
37+
VERSION = "0.41.6"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)