diff --git a/RELEASE.rst b/RELEASE.rst index d9f5433fac..7f598ac942 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,13 @@ Release Notes ============= +Version 0.96.7 +-------------- + +- 4545 mitx online program drawercourse upgrade formatting (#2256) +- [pre-commit.ci] pre-commit autoupdate (#2268) +- Update postgres (#2240) + Version 0.96.6 (Released June 24, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 1eaf95a6db..c0c88d2ef4 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.96.6" +VERSION = "0.96.7" log = logging.getLogger()