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()