We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76977e3 commit a8cc383Copy full SHA for a8cc383
CHANGELOG.rst
@@ -14,6 +14,15 @@ Change Log
14
Unreleased
15
----------
16
17
+[3.16.0] - 2021-03-24
18
+---------------------
19
+
20
+Added
21
+_____
22
23
+* Added ``pluggable_override`` decorator.
24
25
26
[3.15.0] - 2021-03-02
27
---------------------
28
edx_django_utils/__init__.py
@@ -2,7 +2,7 @@
2
EdX utilities for Django Application development..
3
"""
4
5
-__version__ = "3.15.0"
+__version__ = "3.16.0"
6
7
default_app_config = (
8
"edx_django_utils.apps.EdxDjangoUtilsConfig"
0 commit comments