diff --git a/RELEASE.rst b/RELEASE.rst index 41ed937e9b..c0b977132d 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.98.6 +-------------- + +- Info box slow render fixes (#2304) + Version 0.98.5 (Released July 29, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index c6624df8b6..45aeb658fb 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.98.5" +VERSION = "0.98.6" log = logging.getLogger()