Skip to content

Commit

Permalink
Merge branch 'release' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jul 17, 2024
2 parents 5782f76 + efad9ce commit d3a639f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes
=============

Version 0.13.21 (Released July 17, 2024)
---------------

- Unit Detail Banner Updates (#1272)
- Shanbady/clicking item routes away from list fix (#1280)
- adding migrations for copy update (#1276)
- Shanbady/ingest sloan events (#1270)
- fix keyboard drag and drop (#1279)
- Use newer Learning Resource list cards in Learning Paths lists (#1256)
- Improve offeror api performance (#1274)
- Shanbady/clicking item routes away from list (#1273)
- refactor profile and onboarding (#1266)
- add a story showing platform logos (#1277)
- Add profile option for silky to settings (#1271)
- Take is_enrollable attribute into account for publish status of edx resources (#1264)
- Update react monorepo to v18.3.1 (#874)

Version 0.13.20 (Released July 17, 2024)
---------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from main.settings_pluggy import * # noqa: F403
from openapi.settings_spectacular import open_spectacular_settings

VERSION = "0.13.20"
VERSION = "0.13.21"

log = logging.getLogger()

Expand Down

0 comments on commit d3a639f

Please sign in to comment.