From 8c80f955f9b2028c8fe23cc951f05104c1edcb90 Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 21 Aug 2024 15:44:13 +0000 Subject: [PATCH 1/2] Release 0.17.6 --- RELEASE.rst | 5 +++++ main/settings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 14f9a22434..9299963a96 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.17.6 +-------------- + +- change default og:image (#1449) + Version 0.17.5 (Released August 21, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 205b4d36cf..dc2545140d 100644 --- a/main/settings.py +++ b/main/settings.py @@ -33,7 +33,7 @@ from main.settings_pluggy import * # noqa: F403 from openapi.settings_spectacular import open_spectacular_settings -VERSION = "0.17.5" +VERSION = "0.17.6" log = logging.getLogger() From ebec12e4b81c3b5ff860f4e62246e4857a09fc3b Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 21 Aug 2024 17:22:01 +0000 Subject: [PATCH 2/2] Release date for 0.17.6 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 9299963a96..c014b732ad 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.17.6 +Version 0.17.6 (Released August 21, 2024) -------------- - change default og:image (#1449)