From 8655b8514ce2ed21bc430d0126c77c3a30422388 Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Fri, 31 Jan 2025 11:56:30 -0800 Subject: [PATCH] chore: version bump --- CHANGELOG.rst | 4 ++++ enterprise/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 85eb2d3e1..959194c23 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,10 @@ Unreleased ---------- * nothing unreleased +[5.6.7] +-------- +* fix: gracefully handle case where intention has no related catalogs + [5.6.6] -------- * feat: new mgmt command to validate default enrollment intentions diff --git a/enterprise/__init__.py b/enterprise/__init__.py index 600f508d3..00220a156 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,4 +2,4 @@ Your project description goes here. """ -__version__ = "5.6.6" +__version__ = "5.6.7"