diff --git a/RELEASE.rst b/RELEASE.rst index a25cc52c2c..c3c526ab6d 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,15 @@ Release Notes ============= +Version 0.75.6 (Released October 03, 2023) +-------------- + +- Revert "Assorted fixes for More Dates selector in existing design" (#1937) +- Carousel Fixes (#1935) +- Fix start date test on course info card (#1932) +- Course Product Page: show more enrollment dates (#1925) +- somehow lost this logic (#1927) + Version 0.75.5 (Released September 28, 2023) -------------- diff --git a/main/settings.py b/main/settings.py index 49e1b5312e..770e7c6af7 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.75.5" +VERSION = "0.75.6" log = logging.getLogger()