aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/__init__.py
diff options
context:
space:
mode:
authorTom Christie2015-03-23 11:20:23 +0000
committerTom Christie2015-03-23 11:20:23 +0000
commite73ddddc3ac4911d80a99cae357fb67cc4451655 (patch)
tree2faafc1361afc897050817343cd1aaf07116f5b9 /rest_framework/__init__.py
parent7872d0acbffeea5f4420aae5627f8767c6418ba3 (diff)
parent164be174ea06694eca23a85a6df0a54df11e2a61 (diff)
downloaddjango-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/__init__.py')
-rw-r--r--rest_framework/__init__.py2
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'