diff options
| author | Tom Christie | 2015-03-23 11:20:23 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-03-23 11:20:23 +0000 | 
| commit | e73ddddc3ac4911d80a99cae357fb67cc4451655 (patch) | |
| tree | 2faafc1361afc897050817343cd1aaf07116f5b9 /rest_framework | |
| parent | 7872d0acbffeea5f4420aae5627f8767c6418ba3 (diff) | |
| parent | 164be174ea06694eca23a85a6df0a54df11e2a61 (diff) | |
| download | django-rest-framework-e73ddddc3ac4911d80a99cae357fb67cc4451655.tar.bz2 | |
Merge pull request #2726 from linovia/release/3.1.1
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' | 
