diff --git a/RELEASE.rst b/RELEASE.rst index 08ef58691f..1dc245cc5c 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,12 @@ Release Notes ============= +Version 0.22.1 +-------------- + +- increase learning path listing limit to 100 (#1692) +- Shanbady/consolidate static fixtures (#1684) + Version 0.22.0 (Released October 15, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index ae31561d85..3c56978486 100644 --- a/main/settings.py +++ b/main/settings.py @@ -33,7 +33,7 @@ from main.settings_pluggy import * # noqa: F403 from openapi.settings_spectacular import open_spectacular_settings -VERSION = "0.22.0" +VERSION = "0.22.1" log = logging.getLogger()