aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
authorTom Christie2014-12-17 21:04:08 +0000
committerTom Christie2014-12-17 21:04:08 +0000
commit15c2001de02be2aea9783092a34015501c1447a1 (patch)
treef75e822b9ce165e3a1962192a3beb486bd0da848 /rest_framework
parente684aedffa1f36f35da0ab6179552809d15903fb (diff)
parent2adfb6c3aa072867981d9bdc06e81ada632e0c4c (diff)
downloaddjango-rest-framework-15c2001de02be2aea9783092a34015501c1447a1.tar.bz2
Merge pull request #2297 from tomchristie/version-3.0.23.0.2
Version 3.0.2
Diffstat (limited to 'rest_framework')
-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 f30f781a..6808b74b 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__ = 'Django REST framework'
-__version__ = '3.0.1'
+__version__ = '3.0.2'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2014 Tom Christie'