We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb8d80d + bdf68b0 commit 554d439Copy full SHA for 554d439
RELEASE.rst
@@ -1,6 +1,14 @@
1
Release Notes
2
=============
3
4
+Version 0.131.2 (Released October 14, 2025)
5
+---------------
6
+
7
+- Wagtail permissions and url fix (#2975)
8
+- 8621-featured-items-celery-task-is-not-robust (#2973)
9
+- get_topics_from_page unit tests (#2978)
10
+- Courses API w/ org= handle anonymous (#2979)
11
12
Version 0.131.1 (Released September 30, 2025)
13
---------------
14
main/settings.py
@@ -36,7 +36,7 @@
36
from main.sentry import init_sentry
37
from openapi.settings_spectacular import open_spectacular_settings
38
39
-VERSION = "0.131.1"
+VERSION = "0.131.2"
40
41
log = logging.getLogger()
42
0 commit comments