Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cherry-pick edx-enterprise customizations to Quince [BB-8368] #13

Merged
Prev Previous commit
Next Next commit
chore: version bump, changelog entry
0x29a committed Dec 30, 2023
commit 724cdc164a05a9f31752d1bc933aa2f823277c5e
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
Your project description goes here.
"""

__version__ = "4.6.0"
__version__ = "4.6.1"