From 74e1e4e6683bf18e7cab8c2f0e19b4f9f4cc729e Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 29 Jul 2024 13:47:42 +0000 Subject: [PATCH 1/2] Release 0.14.3 --- RELEASE.rst | 14 ++++++++++++++ main/settings.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 861a6e3485..0eb57cc7c7 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,20 @@ Release Notes ============= +Version 0.14.3 +-------------- + +- Remove some styling for topic box names so they wrap, adjusting icons (#1328) +- Lock file maintenance (#1262) +- fix flaky tests (#1324) +- urlencode search_filter (#1326) +- Moves all env vars to global APP_SETTINGS (#1310) +- Remap topic icons according to what's in the topics listing (#1322) +- Fix podcast duration frontend display (#1321) +- Update topics code for PWT topic mappings (#1275) +- Convert durations to ISO8601 format (podcast episodes) (#1317) +- No prices for archived runs or resources w/out certificates (#1305) + Version 0.14.2 (Released July 25, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 10250c2144..fbbecff6b2 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.14.2" +VERSION = "0.14.3" log = logging.getLogger() From 92920dd71beb226becdc3d441e0bb64993a90009 Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 29 Jul 2024 15:59:02 +0000 Subject: [PATCH 2/2] Release date for 0.14.3 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 0eb57cc7c7..3fa0f31b6f 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.14.3 +Version 0.14.3 (Released July 29, 2024) -------------- - Remove some styling for topic box names so they wrap, adjusting icons (#1328)