aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-01-14 11:26:10 +0000
committerTom Christie2014-01-14 11:26:10 +0000
commit97f8ede4d14017aa37ca377064215cd8a73d7e7a (patch)
treef71dd40f9bb79f818807884dd6d96f317ec44690
parent85d74fc86a934309359a437dd487193013055977 (diff)
downloaddjango-rest-framework-97f8ede4d14017aa37ca377064215cd8a73d7e7a.tar.bz2
Version 2.3.112.3.11
-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 f5483b9d..883f24a2 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __ _
"""
__title__ = 'Django REST framework'
-__version__ = '2.3.10'
+__version__ = '2.3.11'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2013 Tom Christie'