From e51d8734378359375eb8075f7c5f81c0b636dfdb Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 20 Jun 2024 20:52:21 +0000 Subject: [PATCH] Release 0.13.10 --- RELEASE.rst | 5 +++++ main/settings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index ced8e2425d..481ea5cf43 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.13.10 +--------------- + +- Channel page updates (#1126) + Version 0.13.9 (Released June 20, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index a48c9eb9cc..29670d4999 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.13.9" +VERSION = "0.13.10" log = logging.getLogger()