From b7be8d46137fd897b4bc96dc604ba99bfd34dd85 Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 23 Feb 2022 17:41:12 +0000 Subject: [PATCH 1/2] Release 0.47.8 --- RELEASE.rst | 6 ++++++ main/settings.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index a24e0f3c0..3b23fab45 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,12 @@ Release Notes ============= +Version 0.47.8 +-------------- + +- Enable linking to resource and course collections +- add content filtering to the website content listing page + Version 0.47.7 (Released February 23, 2022) -------------- diff --git a/main/settings.py b/main/settings.py index 3486794c2..7995ab877 100644 --- a/main/settings.py +++ b/main/settings.py @@ -24,7 +24,7 @@ # pylint: disable=too-many-lines -VERSION = "0.47.7" +VERSION = "0.47.8" SITE_ID = get_int( name="OCW_STUDIO_SITE_ID", From b9430409f14e18c66ef72207184baa4837b7fca5 Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 24 Feb 2022 19:15:55 +0000 Subject: [PATCH 2/2] Release date for 0.47.8 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 3b23fab45..260d4d092 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.47.8 +Version 0.47.8 (Released February 24, 2022) -------------- - Enable linking to resource and course collections