aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-09-26 13:14:08 +0100
committerTom Christie2014-09-26 13:14:08 +0100
commit33ccf40b76ddae790c34c294a133219e68efb946 (patch)
treeb25d8308dc27d1b96fa41448849438867248db04
parent24f7db2fc156b0af7749a5cc17c1df3f5522bf88 (diff)
downloaddjango-rest-framework-33ccf40b76ddae790c34c294a133219e68efb946.tar.bz2
Update version number
-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 7f724c18..261c9c98 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__ = 'Django REST framework'
-__version__ = '2.4.3'
+__version__ = '3.0.0'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2014 Tom Christie'