From e67d545396e948e59d5911d678d168f160bfe04f Mon Sep 17 00:00:00 2001 From: 0x29a Date: Mon, 30 Oct 2023 16:40:23 +0100 Subject: [PATCH] chore: version bump, changelog entry --- CHANGELOG.rst | 5 +++++ enterprise/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 01bd4f85f5..368c6d0ff6 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"