diff --git a/RELEASE.rst b/RELEASE.rst index 7c36d22676..94d7219458 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,16 @@ Release Notes ============= +Version 0.13.22 +--------------- + +- Optimize queries for learning resource APIs +- Fix bug with background image obscuring search controls (#1286) +- Draggable list card styles (#1282) +- Update actions/setup-node digest to 1e60f62 (#1267) +- Update actions/upload-artifact digest to 0b2256b (#1269) +- Update actions/setup-python digest to 39cd149 (#1268) + Version 0.13.21 (Released July 17, 2024) --------------- diff --git a/main/settings.py b/main/settings.py index 583a5f6b7d..8e6e95957e 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.13.21" +VERSION = "0.13.22" log = logging.getLogger()