Skip to content

Commit 8c20316

Browse files
committed
Release 0.47.1
1 parent 0ae6f41 commit 8c20316

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

RELEASE.rst

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

4+
Version 0.47.1
5+
--------------
6+
7+
- Fixes top margin at <md breakpoint (#2636)
8+
- Fix python unit test (#2629)
9+
- Program Summary (#2590)
10+
- add mitxonline networking directions (#2594)
11+
- Fixes flaky test by fixing resource type (#2628)
12+
- fix(deps): update django-health-check digest to 53f9bdc (#2606)
13+
- adding more embedding related tasks to embedding queue (#2622)
14+
- [pre-commit.ci] pre-commit autoupdate (#2613)
15+
- Hardcoded versions for apisix, keycloak, postgres (#2626)
16+
- Render signatory third titles (#2616)
17+
- Logo and button link to dashboard (#2620)
18+
- Layout fixes (#2623)
19+
- Add zeal to pytest (#2605)
20+
- fix program collections in org dashboards (#2625)
21+
- Remove usage of 'next' url cookie (#2621)
22+
- Disable all scheduled tasks with a setting (#2595)
23+
- caching result of dense_encoder method (#2610)
24+
425
Version 0.46.0 (Released October 22, 2025)
526
--------------
627

main/settings.py

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

37-
VERSION = "0.46.0"
37+
VERSION = "0.47.1"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)