From 5848f73f01e3f96940e02cf1a1070936dc575f18 Mon Sep 17 00:00:00 2001 From: Doof Date: Tue, 11 Jun 2024 16:13:08 +0000 Subject: [PATCH 1/2] Release 0.13.1 --- RELEASE.rst | 14 ++++++++++++++ main/settings.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 0968f8c66d..54ce7a2a39 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,20 @@ Release Notes ============= +Version 0.13.1 +-------------- + +- [pre-commit.ci] pre-commit autoupdate (#1055) +- make slick fail more gracefully when parent width unconstrained (#1060) +- Copies static assets to root build directory (#1053) +- Absolute login return URL (#1052) +- resource card fallback image and alt text fix (#1050) +- pass cardProps to loading state (#1048) +- search prefs learning format as list (#1056) +- Use login redirect URL setting for social auth as well +- Expose the login/logout redirects as an environment variable (#1046) +- homepage hero bug fixes (#1034) + Version 0.13.0 (Released June 10, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 51b46d69b1..0f02800712 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.0" +VERSION = "0.13.1" log = logging.getLogger() From d0a9985d7b992093f55d525551f0fb6c3f00e15e Mon Sep 17 00:00:00 2001 From: Doof Date: Tue, 11 Jun 2024 18:32:26 +0000 Subject: [PATCH 2/2] Release date for 0.13.1 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 54ce7a2a39..a898e05a4e 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.13.1 +Version 0.13.1 (Released June 11, 2024) -------------- - [pre-commit.ci] pre-commit autoupdate (#1055)