Add content-type default headers with application/json

This commit is contained in:
Honza Král
2017-02-08 20:50:50 +01:00
parent c7441e9dc0
commit d862c8a799
7 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import absolute_import
VERSION = (5, 1, 0)
VERSION = (5, 2, 0, 'dev')
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))