diff options
| author | Xavier Ordoquy | 2015-01-10 10:36:19 +0100 |
|---|---|---|
| committer | Xavier Ordoquy | 2015-01-10 10:36:19 +0100 |
| commit | 7e921caf4b9079a676735d1e7df09e502da31c37 (patch) | |
| tree | b8799206987aab374b8575c5b251c659c8dc7be4 /rest_framework | |
| parent | 4d9e7a53565f6301b87999e6bafdb1c2c3c2af3b (diff) | |
| parent | ef16c546d77d36bbddacf9b66626f7eaf9f4ff17 (diff) | |
| download | django-rest-framework-7e921caf4b9079a676735d1e7df09e502da31c37.tar.bz2 | |
Merge pull request #2385 from linovia/release/3.0.33.0.3
Release 3.0.3
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 dec89b3e..fdcebb7b 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____ __ """ __title__ = 'Django REST framework' -__version__ = '3.0.2' +__version__ = '3.0.3' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2011-2015 Tom Christie' |
