Skip to content

Commit 494dcd1

Browse files
committed
Release 0.28.0
1 parent 5a3e772 commit 494dcd1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

RELEASE.rst

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

4+
Version 0.28.0
5+
--------------
6+
7+
- remove two unused entries (#1977)
8+
- Update dependency litellm to v1.59.0 (#1972)
9+
- Update dependency ruff to v0.9.2 (#1973)
10+
- Update dependency bpython to ^0.25 (#1971)
11+
- Update Node.js to v22.13.0 (#1970)
12+
- Update redis Docker tag to v7.4.2 (#1969)
13+
- [pre-commit.ci] pre-commit autoupdate (#1820)
14+
- fix line clamping of HTML description (#1967)
15+
- Onboarding Accessibility Improvements (#1960)
16+
- add proper mocking in drawer v2 tests handling items queries if resource is a program (#1965)
17+
- add "courses in program" carousel (#1964)
18+
- Update dependency @storybook/addon-webpack5-compiler-swc to v2 (#1942)
19+
- Update dependency Django to v4.2.18 [SECURITY] (#1963)
20+
421
Version 0.27.0 (Released January 16, 2025)
522
--------------
623

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.27.0"
36+
VERSION = "0.28.0"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)