diff --git a/RELEASE.rst b/RELEASE.rst index 114f3cc14..98b12111e 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,14 @@ Release Notes ============= +Version 0.79.3 +-------------- + +- Change urls to not break (#1982) +- Fixing date to display if you're logged in (#1979) +- Update header design and navigation (#1969) +- Removing final vestiges of clickable more dates selectors (#1977) + Version 0.79.2 (Released November 02, 2023) -------------- diff --git a/main/settings.py b/main/settings.py index d4bd8cbae..9f469d032 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.79.2" +VERSION = "0.79.3" log = logging.getLogger()