From 2a38aa7291575aeb8b5444496ffad0b70dca3945 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 24 May 2013 23:55:59 +0100 Subject: Version 2.3.4 --- 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 0b1e67fb..59046733 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.3.3' +__version__ = '2.3.4' VERSION = __version__ # synonym -- cgit v1.2.3