Add content-type default headers with application/json
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user