From baec5efc69799f525b19d027b5b31afaa2863b4b Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 1 Nov 2023 22:11:25 +0000 Subject: [PATCH 1/2] Release 0.79.1 --- RELEASE.rst | 9 +++++++++ main/settings.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 757f031a28..bcc66bdbbd 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,15 @@ Release Notes ============= +Version 0.79.1 +-------------- + +- Enrollment dialog WCAG fixes (#1965) +- Change Catalog Page to use the new v2 programs endpoint (#1971) +- Programs API v2 (#1966) +- Instructor bio cards styles (#1967) +- Updated get_financial_assistance_form_url to also consider related programs (#1940) + Version 0.79.0 (Released October 30, 2023) -------------- diff --git a/main/settings.py b/main/settings.py index 2328725b03..262fd166d0 100644 --- a/main/settings.py +++ b/main/settings.py @@ -29,7 +29,7 @@ from main.celery_utils import OffsettingSchedule from main.sentry import init_sentry -VERSION = "0.79.0" +VERSION = "0.79.1" log = logging.getLogger() From ed197ebffb13e9fe607b1e52582d0d4590daf5f1 Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 2 Nov 2023 15:31:57 +0000 Subject: [PATCH 2/2] Release date for 0.79.1 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index bcc66bdbbd..588d3a60ab 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.79.1 +Version 0.79.1 (Released November 02, 2023) -------------- - Enrollment dialog WCAG fixes (#1965)