django-rest-framework/rest_framework/__init__.py
2013-02-13 14:05:57 +00:00

7 lines
125 B
Python

__version__ = '2.2.0'
VERSION = __version__ # synonym
# Header encoding (see RFC5987)
HTTP_HEADER_ENCODING = 'iso-8859-1'