From 98bf0d731d187bd193a459e2fb00dee13e65737d Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 6 Dec 2023 15:59:24 +0000 Subject: [PATCH] Release 0.82.1 --- RELEASE.rst | 7 +++++++ main/settings.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index f3838ab8f9..a9e8c67492 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,13 @@ Release Notes ============= +Version 0.82.1 +-------------- + +- Fixes course run selection code and standardizes it (#2017) +- Fixes the keyboard trap issue with instructor modals (#2019) +- Accessibility: tabbing through featured products improvement (#2018) + Version 0.82.0 (Released December 04, 2023) -------------- diff --git a/main/settings.py b/main/settings.py index bed645b7d0..f9104dd8c8 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.82.0" +VERSION = "0.82.1" log = logging.getLogger()