Skip to content

Commit 03cf322

Browse files
committed
Merge branch 'release' into main
2 parents 28ae89a + b0b4834 commit 03cf322

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

RELEASE.rst

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

4+
Version 0.7.0 (Released April 01, 2024)
5+
-------------
6+
7+
- Basic learning resources drawer (#686)
8+
- Update actions/configure-pages action to v5 (#706)
9+
- display image and description in userlists (#695)
10+
- Update dependency sentry-sdk to v1.44.0 (#705)
11+
- Update dependency google-api-python-client to v2.124.0 (#704)
12+
- Update dependency @sentry/react to v7.109.0 (#703)
13+
- Update Node.js to v20.12.0 (#702)
14+
- Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.19 (#701)
15+
- Update dependency safety to v2.3.5 (#700)
16+
- Update dependency nh3 to v0.2.17 (#699)
17+
- Update dependency boto3 to v1.34.74 (#698)
18+
- Update all non-major dev-dependencies (#696)
19+
- Update dependency @emotion/styled to v11.11.5 (#697)
20+
- Add botocore to ignored deprecation warnings, remove old python 3.7 ignore line (#692)
21+
- Add UserListDetails page (#691)
22+
- Add Posthog integration to backend (#682)
23+
- Update postgres Docker tag to v12.18 (#670)
24+
- remove depricated ACL setting (#690)
25+
- fix new upcoming (#684)
26+
- Remove Cloudfront references (#689)
27+
- updating spec (#688)
28+
- Shanbady/endpoint to retrieve session data (#647)
29+
- Sloan Executive Education blog ETL (#679)
30+
431
Version 0.6.1 (Released April 01, 2024)
532
-------------
633

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.6.1"
36+
VERSION = "0.7.0"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)