Skip to content

Commit 02e5480

Browse files
committed
Release 0.27.0
1 parent 8275ce3 commit 02e5480

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

RELEASE.rst

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

4+
Version 0.27.0
5+
--------------
6+
7+
- Basic Syllabus Bot for demo (#1961)
8+
- drawer v2 design review fixes (#1959)
9+
- fix text box text (#1951)
10+
- Fix Posthog multiple inits (#1953)
11+
- make useSearchParams mock return stable reference (#1958)
12+
- Shanbady/rename vector search endpoints (#1955)
13+
- Dashboard Tab Keyboard Navigation (#1949)
14+
- fix podcast cta (#1920)
15+
- constraining resources for celery service (#1950)
16+
417
Version 0.26.6 (Released January 14, 2025)
518
--------------
619

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.26.6"
36+
VERSION = "0.27.0"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)