aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/__init__.py
diff options
context:
space:
mode:
authorTom Christie2014-03-06 09:01:05 +0000
committerTom Christie2014-03-06 09:01:05 +0000
commitc1148241eee3df1139f9855ee3220c82f60726d5 (patch)
tree755567ca08cb55fcd654b0267fce80d6465a20e6 /rest_framework/__init__.py
parentab0568939338d99c2c1da614ebb20df5751c3f29 (diff)
downloaddjango-rest-framework-c1148241eee3df1139f9855ee3220c82f60726d5.tar.bz2
Version 2.3.132.3.13
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 6759680b..d6689a87 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __ _
"""
__title__ = 'Django REST framework'
-__version__ = '2.3.12'
+__version__ = '2.3.13'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2013 Tom Christie'