diff --git a/RELEASE.rst b/RELEASE.rst index 1494e96f20..5840098d2d 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.77.1 (Released October 23, 2023) +-------------- + +- Catalog Page: Mobile view changes (#1956) + Version 0.77.0 (Released October 18, 2023) -------------- diff --git a/main/settings.py b/main/settings.py index 40fb7305b7..687c45fd28 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.77.0" +VERSION = "0.77.1" log = logging.getLogger()