diff options
| author | Xavier Ordoquy | 2015-01-07 19:11:17 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2015-01-07 19:11:17 +0100 | 
| commit | b7015ea8989d67617d276829ccb6a192362ee01f (patch) | |
| tree | c1c7e79a9c73e59c02cc3786117f776ded205d2e /rest_framework | |
| parent | 42f1932b520a90ae6f8e11246a0992e5f8983bd7 (diff) | |
| download | django-rest-framework-b7015ea8989d67617d276829ccb6a192362ee01f.tar.bz2 | |
Bumped the version to 3.0.3.
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 dec89b3e..fdcebb7b 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____    __  """  __title__ = 'Django REST framework' -__version__ = '3.0.2' +__version__ = '3.0.3'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause'  __copyright__ = 'Copyright 2011-2015 Tom Christie' | 
