diff options
| author | Xavier Ordoquy | 2015-03-19 23:29:10 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2015-03-19 23:29:10 +0100 | 
| commit | 164be174ea06694eca23a85a6df0a54df11e2a61 (patch) | |
| tree | 3ebd0246df8c5ad76e84f9a6f6a7abd2c51967ee /rest_framework | |
| parent | e34e0536b16cf89e6e3858c74c4ae66b01f89609 (diff) | |
| download | django-rest-framework-164be174ea06694eca23a85a6df0a54df11e2a61.tar.bz2 | |
Release notes for 3.1.1 and version bump.
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 f8bbeee3..62bdd2c5 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____    __  """  __title__ = 'Django REST framework' -__version__ = '3.1.0' +__version__ = '3.1.1'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause'  __copyright__ = 'Copyright 2011-2015 Tom Christie' | 
