diff options
| author | Tom Christie | 2013-04-17 09:07:20 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-04-17 09:07:20 +0100 | 
| commit | ea55143a2308b396c8df6f59a0f6d663c1067163 (patch) | |
| tree | c43c46e85f9cd78e38c2d08bf9c8314f4ada6fac /rest_framework | |
| parent | 37fe0bf0de25d28d792a291d5a84987ab71c4cb6 (diff) | |
| download | django-rest-framework-ea55143a2308b396c8df6f59a0f6d663c1067163.tar.bz2 | |
Version 2.2.72.2.7
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 7ac12058..856badc6 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.2.6' +__version__ = '2.2.7'  VERSION = __version__  # synonym  | 
