aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
authorTom Christie2014-12-11 15:08:07 +0000
committerTom Christie2014-12-11 15:08:07 +0000
commit73a80564e235e761dd59936b23fa6a973cc346de (patch)
tree56df826b7a84e09bf2c9e1c8ae51ff6b232117a3 /rest_framework
parent9b88b5db694b4cc68b87c87d967f912a47fa5817 (diff)
parent9c37174768c4295aaa9bd0c90bfed63942c24203 (diff)
downloaddjango-rest-framework-73a80564e235e761dd59936b23fa6a973cc346de.tar.bz2
Merge pull request #2251 from linovia/version/3.0.13.0.1
Release notes & version 3.0.1
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 261c9c98..f30f781a 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__ = 'Django REST framework'
-__version__ = '3.0.0'
+__version__ = '3.0.1'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2014 Tom Christie'