diff options
| author | Alex | 2013-11-12 23:46:01 +0000 | 
|---|---|---|
| committer | Alex | 2013-11-12 23:46:01 +0000 | 
| commit | f4e610248b94f9a7708ec564fc545ce41561e6c5 (patch) | |
| tree | 0ba2967ce160208bcf8860a744fab0f6be3cef2f /rest_framework | |
| parent | 5136798a040fc306a37b562c7cd629ab34bc02e3 (diff) | |
| download | django-rest-framework-f4e610248b94f9a7708ec564fc545ce41561e6c5.tar.bz2 | |
Bump version
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 2bd2991b..de82fef5 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.3.8' +__version__ = '2.3.9'  VERSION = __version__  # synonym  | 
