diff --git a/RELEASE.rst b/RELEASE.rst index ee62ee281d..fde3a54e58 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.97.2 +-------------- + +- 4548 dashboard dont display course detail link when the course about page is not published (#2280) + Version 0.97.1 (Released July 10, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 56dd0848fb..f440e14b63 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.97.1" +VERSION = "0.97.2" log = logging.getLogger()