diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 74b6247217..52f0ff02c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,11 @@ Change Log Unreleased ---------- +[4.6.1] +--------- +This version is based on v4.6.0 and contains some backports needed to OpenCraft's clients. There is no "official" v4.6.0. +See this PR for more details: https://github.com/open-craft/edx-enterprise/pull/13 + [4.6.0] ------- feat: Added enable_source_demo_data_for_analytics_and_lpr field to EnterpriseCustomer. diff --git a/enterprise/__init__.py b/enterprise/__init__.py index c629ee4f9b..2364a6257c 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,4 +2,4 @@ Your project description goes here. """ -__version__ = "4.6.0" +__version__ = "4.6.1"