diff options
author | Tom Christie | 2012-11-07 11:43:47 +0000 |
---|---|---|
committer | Tom Christie | 2012-11-07 11:43:47 +0000 |
commit | 3debd7b1a20988350ee6cb93ecc0f55dcff315a0 (patch) | |
tree | d8db724f10b1a491f7238a17cde702ec70045f1e /rest_framework/__init__.py | |
parent | 4546b01f9b165702a7b36b229a300356a292e4e5 (diff) | |
parent | 0356c5dca49a13d2c6487ea9e300accf9f0bac59 (diff) | |
download | django-rest-framework-3debd7b1a20988350ee6cb93ecc0f55dcff315a0.tar.bz2 |
Version 2.1.12.1.1
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 5aa2b889..fc99b879 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '2.1.0' +__version__ = '2.1.1' VERSION = __version__ # synonym |