Skip to content

Commit d3889fc

Browse files
committed
refactor!: remove deprecated/moved classes
The old location for CodeOwnerMonitoringMiddleware is being removed. It had moved in a past commit, and all references in the Open edX platform have been updated to point to the new location. BREAKING CHANGE: But no one should be affected, since no one is relying on this any more.
1 parent 310d247 commit d3889fc

File tree

3 files changed

+8
-37
lines changed

3 files changed

+8
-37
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Change Log
1414
Unreleased
1515
----------
1616

17+
[4.0.0] = 2021-04-30
18+
19+
Removed
20+
-------
21+
22+
* Removed the old location of ``CodeOwnerMonitoringMiddleware``. It had moved in a past commit. Although technically a breaking change, all references in the Open edX platform have already been updated to point to the new location.
23+
1724
[3.16.0] - 2021-03-24
1825
---------------------
1926

edx_django_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
EdX utilities for Django Application development..
33
"""
44

5-
__version__ = "3.16.0"
5+
__version__ = "4.0.0"
66

77
default_app_config = (
88
"edx_django_utils.apps.EdxDjangoUtilsConfig"

edx_django_utils/monitoring/code_owner/middleware.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)