From 2f4ce20c9445f8a8da0a60970bf1725167340642 Mon Sep 17 00:00:00 2001 From: Doof Date: Tue, 17 Oct 2023 17:29:10 +0000 Subject: [PATCH] Release 0.77.0 --- RELEASE.rst | 8 ++++++++ main/settings.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 8a6bf43dc6..99a9c33640 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,14 @@ Release Notes ============= +Version 0.77.0 +-------------- + +- Filter out not live programs (#1954) +- Product Page: about section Show More toggle updates (#1949) +- Course Page: More enrollment dates updates (#1951) +- wsgi tuning setup config (#1947) + Version 0.76.1 (Released October 11, 2023) -------------- diff --git a/main/settings.py b/main/settings.py index 1634cc9f5f..40fb7305b7 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.76.1" +VERSION = "0.77.0" log = logging.getLogger()