8000
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 91e492b commit b1c4d8bCopy full SHA for b1c4d8b
docs/community/release-notes.md
@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip show`:
40
41
## 3.9.x series
42
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
49
### 3.9.3
50
51
**Date**: [29th April 2019]
rest_framework/__init__.py
@@ -8,7 +8,7 @@
8
"""
9
10
__title__ = 'Django REST framework'
11
-__version__ = '3.9.3'
+__version__ = '3.9.4'
12
__author__ = 'Tom Christie'
13
__license__ = 'BSD 2-Clause'
14
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'
0 commit comments