aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
authorXavier Ordoquy2015-01-27 23:07:37 +0100
committerXavier Ordoquy2015-01-27 23:07:37 +0100
commitcf8a09993fb2b9b3ce66a40e2d9a38c16caa6842 (patch)
tree7c9e5e46de69bc5636a3f34067c7867a19837be0 /rest_framework
parentfc70c0862ff3e6183b79adc4675a63874261ddf0 (diff)
parent5b369bf5fe3e5e8af3a73055b3a6ebda1e88f68e (diff)
downloaddjango-rest-framework-cf8a09993fb2b9b3ce66a40e2d9a38c16caa6842.tar.bz2
Merge pull request #2474 from linovia/release/3.0.43.0.4
Release notes for 3.0.4
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 fdcebb7b..57e5421b 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__ = 'Django REST framework'
-__version__ = '3.0.3'
+__version__ = '3.0.4'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2015 Tom Christie'