diff options
| author | Tom Christie | 2014-09-24 14:10:00 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-09-24 14:10:00 +0100 | 
| commit | 630d4720559c7807b1e5989609eb73368cf222ed (patch) | |
| tree | 8754f313d27837c8541892b76b5f36aea57bfc1d /rest_framework | |
| parent | f4b1dcb167be0bbdaae2cc2a92f651536896dc16 (diff) | |
| parent | 8495cd898a5d34f00858a379b54e39cd19ded215 (diff) | |
| download | django-rest-framework-630d4720559c7807b1e5989609eb73368cf222ed.tar.bz2 | |
Merge branch 'master' into version-3.0
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 8d82a4b9..7f724c18 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____    __  """  __title__ = 'Django REST framework' -__version__ = '2.4.2' +__version__ = '2.4.3'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause'  __copyright__ = 'Copyright 2011-2014 Tom Christie'  | 
