From f486d7ebcfde7fc6e9d2a923a4acf8eda73fad07 Mon Sep 17 00:00:00 2001 From: Doof Date: Fri, 20 Oct 2023 13:52:25 +0000 Subject: [PATCH 1/2] Release 0.77.1 --- RELEASE.rst | 5 +++++ main/settings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 1494e96f20..744cb0aa44 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.77.1 +-------------- + +- 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() From cba2cf78687232b1627030457af9eee1476ec856 Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 23 Oct 2023 13:19:05 +0000 Subject: [PATCH 2/2] Release date for 0.77.1 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 744cb0aa44..5840098d2d 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.77.1 +Version 0.77.1 (Released October 23, 2023) -------------- - Catalog Page: Mobile view changes (#1956)