Skip to content

Commit 9d7897b

Browse files
committed
Release 0.21.1
1 parent 061d29b commit 9d7897b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

RELEASE.rst

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

4+
Version 0.21.1
5+
--------------
6+
7+
- Always delete past events during ETL, and filter them out from api results too just in case (#1660)
8+
- Add location field to LearningResource and LearningResourceRun models (#1604)
9+
- Cached department and topic page counts (#1661)
10+
- Shanbady/randomize featured resources (#1653)
11+
- Ignore NotFoundErrors in switch_indices function (#1654)
12+
413
Version 0.21.0 (Released October 07, 2024)
514
--------------
615

main/settings.py

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

36-
VERSION = "0.21.0"
36+
VERSION = "0.21.1"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)