From d44eb2094211820fbdd014fd2884fd5ed04688ab Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 22 Feb 2013 20:47:41 +0000 Subject: Version 2.2.1 --- rest_framework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rest_framework/__init__.py') diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index e6f4c18a..29f3d7bc 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.2.0' +__version__ = '2.2.1' VERSION = __version__ # synonym -- cgit v1.2.3