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 b33fa93 + 44b46c0 commit a0be7a4Copy full SHA for a0be7a4
2 files changed
RELEASE.rst
@@ -1,6 +1,14 @@
1
Release Notes
2
=============
3
4
+Version 0.68.1 (Released May 19, 2026)
5
+--------------
6
+
7
+- split EnrollmentDisplay into HomeEnrollmentsDisplay + ProgramEnrollMentDisplay… (#3341)
8
+- Remove enrollment-dashboard feature flag (#3343)
9
+- feat: Added Program Record Link to Learn Dashboard Program Card . (#3336)
10
+- Update dependency drf-spectacular to >=0.29,<0.30 (#2734)
11
12
Version 0.68.0 (Released May 13, 2026)
13
--------------
14
main/settings.py
@@ -35,7 +35,7 @@
35
from main.settings_pluggy import * # noqa: F403
36
from openapi.settings_spectacular import open_spectacular_settings
37
38
-VERSION = "0.68.0"
+VERSION = "0.68.1"
39
40
log = logging.getLogger()
41
0 commit comments