diff options
| author | Tom Christie | 2014-09-01 09:07:55 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-09-01 09:07:55 +0100 | 
| commit | 55e779c856347094e3240bc7bf83927acf0bd442 (patch) | |
| tree | b2a0c6c833084f3b17241d46556369552982e527 /rest_framework | |
| parent | f777a73bc7987330c69c18bd37634942a67f4e74 (diff) | |
| download | django-rest-framework-55e779c856347094e3240bc7bf83927acf0bd442.tar.bz2 | |
Version 2.4.12.4.1
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 f95bdc22..7c187639 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____    __  """  __title__ = 'Django REST framework' -__version__ = '2.4.0' +__version__ = '2.4.1'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause'  __copyright__ = 'Copyright 2011-2014 Tom Christie' | 
