diff options
| author | Tom Christie | 2013-12-06 22:13:50 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-12-06 22:13:50 +0000 |
| commit | 910de38a9c8cd03243e738c8f4adcbade8a4d7d6 (patch) | |
| tree | 13c557324aae8b8738a98224d7ab3eef7aa11eef /rest_framework/__init__.py | |
| parent | 85d9eb0f7ed3ef66a25a443b34ead914a506462c (diff) | |
| download | django-rest-framework-2.3.10.tar.bz2 | |
Version 2.3.102.3.10
Diffstat (limited to 'rest_framework/__init__.py')
| -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 b6a4d3a0..f5483b9d 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____ __ _ """ __title__ = 'Django REST framework' -__version__ = '2.3.9' +__version__ = '2.3.10' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2011-2013 Tom Christie' |
