From b15c43a32016d9d25afe3c17dd590b8d7ae56ad0 Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Fri, 24 Jan 2025 10:46:06 -0800 Subject: [PATCH] chore: bump version --- CHANGELOG.rst | 5 +++++ enterprise/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e7fc55488..7bd42e21a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,11 @@ Unreleased ---------- * nothing unreleased +[5.6.5] +-------- +* fix: enrollment intention saves should not be blocked on catalog inclusion +* fix: use coerce_to_parent_course when fetching content for default enrollment intentions + [5.6.4] -------- * fix: enterprise-customer-support should only return learners from given customer diff --git a/enterprise/__init__.py b/enterprise/__init__.py index 12c760a84..8ccdaf1b1 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,4 +2,4 @@ Your project description goes here. """ -__version__ = "5.6.4" +__version__ = "5.6.5"