diff options
Diffstat (limited to 'rest_framework/__init__.py')
| -rw-r--r-- | rest_framework/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 14ab7ff0..2180c509 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,9 +1,9 @@ -__version__ = '2.2.1' +__version__ = '2.2.2' VERSION = __version__ # synonym # Header encoding (see RFC5987) HTTP_HEADER_ENCODING = 'iso-8859-1' -# Default input and output format +# Default datetime input and output formats ISO_8601 = 'iso-8601' |
