diff options
| author | Tom Christie | 2015-02-17 13:44:42 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-02-17 13:44:42 +0000 | 
| commit | e45e0f056782cf6406a106add5c11803dcb24e30 (patch) | |
| tree | 2b4b763c38267efdc078b986e5ea08045990369a /rest_framework | |
| parent | f1e517449a68d2d67181781bc070d525ad2e3815 (diff) | |
| download | django-rest-framework-e45e0f056782cf6406a106add5c11803dcb24e30.tar.bz2 | |
Update version
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 9b58f09f..f8bbeee3 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____    __  """  __title__ = 'Django REST framework' -__version__ = '3.0.5' +__version__ = '3.1.0'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause'  __copyright__ = 'Copyright 2011-2015 Tom Christie' | 
