diff options
| author | Tom Christie | 2014-01-14 11:26:10 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-01-14 11:26:10 +0000 |
| commit | 97f8ede4d14017aa37ca377064215cd8a73d7e7a (patch) | |
| tree | f71dd40f9bb79f818807884dd6d96f317ec44690 | |
| parent | 85d74fc86a934309359a437dd487193013055977 (diff) | |
| download | django-rest-framework-97f8ede4d14017aa37ca377064215cd8a73d7e7a.tar.bz2 | |
Version 2.3.112.3.11
| -rw-r--r-- | rest_framework/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index f5483b9d..883f24a2 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____ __ _ """ __title__ = 'Django REST framework' -__version__ = '2.3.10' +__version__ = '2.3.11' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2011-2013 Tom Christie' |
