diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 01bd4f85f5..708697fe73 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,11 @@ Unreleased ---------- * Nothing +[3.61.12] +-------- +This version is based on v3.61.11 and contains some backports needed to OpenCraft's clients. There is no "official" v3.61.12. +See this PR for more details: https://github.com/open-craft/edx-enterprise/pull/10 + [3.61.11] --------- feat: include owners and longer descriptions for degreed2 content metadata transmissions diff --git a/enterprise/__init__.py b/enterprise/__init__.py index 3824290857..39aee5a6ed 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,6 +2,6 @@ Your project description goes here. """ -__version__ = "3.61.11" +__version__ = "3.61.12" default_app_config = "enterprise.apps.EnterpriseConfig"