diff options
| author | Tom Christie | 2012-11-09 13:13:41 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-09 13:13:41 +0000 |
| commit | 3ac26af7cad46bf3248b8e794f8f82c69639ac60 (patch) | |
| tree | c19fd34d9e3efc46b37fd47a6af4e95a70d0fe32 /rest_framework/__init__.py | |
| parent | c7df9694b5a7a7931161f74a7c5c16d5c98d87d9 (diff) | |
| download | django-rest-framework-2.1.2.tar.bz2 | |
Version 2.1.2 (Adds filtering support)2.1.2
Diffstat (limited to 'rest_framework/__init__.py')
| -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 fc99b879..fd176603 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '2.1.1' +__version__ = '2.1.2' VERSION = __version__ # synonym |
