diff options
| author | Xavier Ordoquy | 2015-01-27 23:07:37 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2015-01-27 23:07:37 +0100 | 
| commit | cf8a09993fb2b9b3ce66a40e2d9a38c16caa6842 (patch) | |
| tree | 7c9e5e46de69bc5636a3f34067c7867a19837be0 /rest_framework | |
| parent | fc70c0862ff3e6183b79adc4675a63874261ddf0 (diff) | |
| parent | 5b369bf5fe3e5e8af3a73055b3a6ebda1e88f68e (diff) | |
| download | django-rest-framework-cf8a09993fb2b9b3ce66a40e2d9a38c16caa6842.tar.bz2 | |
Merge pull request #2474 from linovia/release/3.0.43.0.4
Release notes for 3.0.4
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 fdcebb7b..57e5421b 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____    __  """  __title__ = 'Django REST framework' -__version__ = '3.0.3' +__version__ = '3.0.4'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause'  __copyright__ = 'Copyright 2011-2015 Tom Christie' | 
