Skip to content

Commit bac4397

Browse files
committed
Merge branch 'release' into main
2 parents 3669ad2 + bf39892 commit bac4397

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

RELEASE.rst

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

4+
Version 0.13.4 (Released June 14, 2024)
5+
--------------
6+
7+
- Expose thenew user login url as an environment var (#1086)
8+
- Homepage "Personalize" (#1068)
9+
- Revert "Add flag for Celery to send task state change events"
10+
- Adds learner testimonials component for interior pages (#1001)
11+
- Fixing image width and position on the homepage carousel; prefer cover image over avatar if it exists (#1073)
12+
- Add pytest-xdist and use it for CI builds (#1074)
13+
- Update names in offerors.json (#1079)
14+
- Add flag for Celery to send task state change events
15+
416
Version 0.13.3 (Released June 14, 2024)
517
--------------
618

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.13.3"
36+
VERSION = "0.13.4"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)