diff options
| author | Tom Christie | 2014-09-03 16:35:17 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-09-03 16:35:17 +0100 | 
| commit | f08afe162cb1d0a589674ca26dc6184c7b3d185c (patch) | |
| tree | a6db08d8ae5b08c3c71ceb9b7c348497bf39586b /rest_framework | |
| parent | 560f428e24c7676c660114c2daa6017ff61074ad (diff) | |
| download | django-rest-framework-f08afe162cb1d0a589674ca26dc6184c7b3d185c.tar.bz2 | |
Version 2.4.22.4.2
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 7c187639..8d82a4b9 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____    __  """  __title__ = 'Django REST framework' -__version__ = '2.4.1' +__version__ = '2.4.2'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause'  __copyright__ = 'Copyright 2011-2014 Tom Christie' | 
