Skip to content

Commit b1c4d8b

Browse files
committed
Update version and release notes for v3.9.4.
1 parent 91e492b commit b1c4d8b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/community/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip show`:
4040

4141
## 3.9.x series
4242

43+
### 3.9.4
44+
45+
**Date**: [10th May 2019]
46+
47+
This is a maintenance release that fixes an error handling bug under Python 2.
48+
4349
### 3.9.3
4450

4551
**Date**: [29th April 2019]

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
__title__ = 'Django REST framework'
11-
__version__ = '3.9.3'
11+
__version__ = '3.9.4'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 2-Clause'
1414
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'

0 commit comments

Comments
 (0)