diff options
| author | Tom Christie | 2014-12-11 15:08:07 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-11 15:08:07 +0000 | 
| commit | 73a80564e235e761dd59936b23fa6a973cc346de (patch) | |
| tree | 56df826b7a84e09bf2c9e1c8ae51ff6b232117a3 /rest_framework | |
| parent | 9b88b5db694b4cc68b87c87d967f912a47fa5817 (diff) | |
| parent | 9c37174768c4295aaa9bd0c90bfed63942c24203 (diff) | |
| download | django-rest-framework-73a80564e235e761dd59936b23fa6a973cc346de.tar.bz2 | |
Merge pull request #2251 from linovia/version/3.0.13.0.1
Release notes & version 3.0.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 261c9c98..f30f781a 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____    __  """  __title__ = 'Django REST framework' -__version__ = '3.0.0' +__version__ = '3.0.1'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause'  __copyright__ = 'Copyright 2011-2014 Tom Christie' | 
