Skip to content

Commit a8cc383

Browse files
Ned Batcheldernedbat
authored andcommitted
docs: update version number and changelog
1 parent 76977e3 commit a8cc383

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

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

17+
[3.16.0] - 2021-03-24
18+
---------------------
19+
20+
Added
21+
_____
22+
23+
* Added ``pluggable_override`` decorator.
24+
25+
1726
[3.15.0] - 2021-03-02
1827
---------------------
1928

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.15.0"
5+
__version__ = "3.16.0"
66

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

0 commit comments

Comments
 (0)