diff options
| author | Tom Christie | 2013-02-13 14:05:57 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-02-13 14:05:57 +0000 | 
| commit | f17bae8aacc8476a51ccad64bc521bc2e1a363c4 (patch) | |
| tree | 9d9948166dd7962d5dc5f517966017cf04efb080 /rest_framework | |
| parent | 72412b69f02201e7a86a1b02b56b3d9ddc26c66d (diff) | |
| download | django-rest-framework-f17bae8aacc8476a51ccad64bc521bc2e1a363c4.tar.bz2 | |
Version 2.2.02.2.0
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 80e2c410..e6f4c18a 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.1.17' +__version__ = '2.2.0'  VERSION = __version__  # synonym  | 
