aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/__init__.py
diff options
context:
space:
mode:
authorXavier Ordoquy2015-02-10 23:48:38 +0100
committerXavier Ordoquy2015-02-10 23:48:38 +0100
commit637af1fc142af8e16d475c81004b73dbbe0b443b (patch)
tree38c0b1b65376c3b7fd070616ee73161aa8237ed3 /rest_framework/__init__.py
parentb999db1c4614a0d6928b9ed204199fc4872f0341 (diff)
parent59b3fe8f395b2d6ee4091df81f9dbbc7e47cf84e (diff)
downloaddjango-rest-framework-3.0.5.tar.bz2
Merge pull request #2540 from linovia/release/3.0.53.0.5
Release/3.0.5
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 57e5421b..9b58f09f 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__ = 'Django REST framework'
-__version__ = '3.0.4'
+__version__ = '3.0.5'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2015 Tom Christie'