diff --git a/RELEASE.rst b/RELEASE.rst index e0565fc3b1..52875da31b 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.96.0 +-------------- + +- Renaming enroll now button for archived courses (#2226) + Version 0.95.1 (Released May 30, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 0a54a9ea54..60cca341b4 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.95.1" +VERSION = "0.96.0" log = logging.getLogger()