Skip to content

Commit 908754b

Browse files
author
nxexox
committed
mini fix aiohttp views dispatch method
1 parent f906027 commit 908754b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release-notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Medium version numbers (0.x.0) may include API changes, in line with the [deprec
88

99
Major version numbers (x.0.0) are reserved for substantial project milestones.
1010

11+
### 0.3.8
12+
13+
**Date:** [22th August 2019]
14+
15+
* BUG. Fix `aiohttp` dispatch return JsonResponse arguments.
16+
1117
### 0.3.7
1218

1319
**Date:** [15th August 2019]

rest_framework/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__/ |
99
|___/
1010
"""
11-
VERSION = (0, 3, 7)
11+
VERSION = (0, 3, 8)
1212

1313
__title__ = 'Python-Rest-Framework'
1414
__author__ = 'Deys Timofey'

0 commit comments

Comments
 (0)