diff options
| author | Tom Christie | 2013-09-11 09:09:30 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-09-11 09:09:30 +0100 | 
| commit | 195790e60b117eff421eb8f04a9f9f3527e797b8 (patch) | |
| tree | e17fd62deec599bff4f8b1c57928848a73d747c5 /rest_framework | |
| parent | e021472a1667c4902000bb40e0c19f64160b1584 (diff) | |
| download | django-rest-framework-195790e60b117eff421eb8f04a9f9f3527e797b8.tar.bz2 | |
Version 2.3.82.3.8
Diffstat (limited to 'rest_framework')
| -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 087808e0..2bd2991b 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.3.7' +__version__ = '2.3.8'  VERSION = __version__  # synonym  | 
