From cad535d31d85225843306071d4db709a5426f623 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Sat, 13 Jul 2024 16:18:23 -0400 Subject: [PATCH] chore: version bump to 2.5.1 --- CHANGELOG.rst | 4 ++++ edx_when/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7bfcd1b..38ac5a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,10 @@ Change Log Unreleased ~~~~~~~~~~ +[2.5.1] - 2024-07-15 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Reduce schedule queries by using a request cache for get_schedule_for_user. + [2.5.0] - 2024-04-02 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Add support for Python 3.11. Dropped django32 support. diff --git a/edx_when/__init__.py b/edx_when/__init__.py index 8df0d58..6ad8c14 100644 --- a/edx_when/__init__.py +++ b/edx_when/__init__.py @@ -2,4 +2,4 @@ Central source of course block dates for the LMS. """ -__version__ = '2.5.0' +__version__ = '2.5.1'