aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/__init__.py
diff options
context:
space:
mode:
authorTom Christie2014-01-15 14:27:41 +0000
committerTom Christie2014-01-15 14:27:41 +0000
commit71c03b9db97edbde228777981de0ac7b664302de (patch)
tree502aa92a9fd4d111a87b7c76c1141123dff82ba1 /rest_framework/__init__.py
parente9fda70b4ac86badbd5297f857126121472b7ec6 (diff)
downloaddjango-rest-framework-2.3.12.tar.bz2
Security update to OrderingFilter2.3.12
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 883f24a2..6759680b 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __ _
"""
__title__ = 'Django REST framework'
-__version__ = '2.3.11'
+__version__ = '2.3.12'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2013 Tom Christie'